/SFSchemaParser

Retrieve CSV Files from .object salesforce schema XML

Primary LanguageJavaScript

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