-
Notifications
You must be signed in to change notification settings - Fork 2
File Definitions
Derek Williams edited this page Mar 1, 2016
·
1 revision
Jiffy parses files based on file, record, and field definitions stored in definition files. To add your own file/record formats, do the following:
- Create a definition JSON file under app/file-definitions.
- This defines the record and field layouts for your file type.
- See the existing json files as examples.
- Use JSONLint to verify that your definitions are well-formed.
- Edit definition-names.txt and add your filename to it.
- Refresh Jiffy in the browser and start editing your files!