Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 507 Bytes

SalesForce Schema Parser

NodeJS Application that permits the creation of a CSV file containing various fields info.

How to use it

  1. Download the objects metadata through Metadata API. You can use the tool you prefer, we suggest MavensMate
  2. Copy the folder named "objects" in the app folder
  3. Install the app dependencies
npm install
  1. Run the app in the cmd
node app.js
  1. CSV files for each object are saved in the results folder