Parses any kind of tabular data
- Add document reader concern to model to enable parsing features.
- Call
document_definitionsclass function within your model with available fields schema definition
- Upload document to
sourcefield - First you need to call
analyzeto let document reader extract data from XLS or archived file to CSV and determine CSV type and fields - Analyzed schema will be saved to
parse_definitionattribute of your model - Check or modify schema and then use it in your data import function