All Collections
Versions 3.0 and 2.0
Code Examples
Portal 2.0 Code Examples
Specify which columns need to be nested before being sent in Portal 2.0
Specify which columns need to be nested before being sent in Portal 2.0
Elisa Dinsmore avatar
Written by Elisa Dinsmore
Updated over a week ago

You might have a column with the key `extra_data.back_to_back`. When this gets sent to the backend, you'd want `extra_data`: {`back_to_back`: value}.

As of right now Flatfile doesn’t currently work with nested data structures out of the box, but this can be done with some simple JS after it's processed and parse those nested fields.

Did this answer your question?