Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dfeidao/fd-an000030

taoqf8MIT4.6.201909161236TypeScript support: included

csv转json

feidao, 01feidao, dfeidao, atom, 飞道, 原子操作, ai

readme

csv转json

Installation

yarn add --dev @dfeidao/fd-an000030

Example

import an30 from '@dfeidao/fd-an000030';

const str = `考试,科目,答卷页数,选择题数
序号,考号,单选1,单选2`;
const obj = await an30(str);