PRODUCT NEWS

CSV to JSON Policy 1.0.1

November 1, 2021 · One min read

New policy that helps you to convert CSV data to JSON object.

Install

1.Add CsvToJson Policy into channel dependencies


# with npm
npm i -S @platformeco/csvtojson-policy

# or with Yarn
yarn add @platformeco/csvtojson-policy


2.Add "./node_modules/@platformeco/csvtojson-policy/*" into core.policies["Commom Policies"] section in each of your project’s config files.