Frequently Asked Questions
What JSON format is expected?
An array of objects, where each object represents a row. For example: [{"name": "John", "age": 30}, {"name": "Jane", "age": 25}]
How are nested objects handled?
Nested objects are flattened using dot notation. For example, {"address": {"city": "NYC"}} becomes a column "address.city".
Can I choose the delimiter?
Yes, you can choose comma, semicolon, or tab as the delimiter.