Import Formats
Rowpath can import:
| Format | Extensions / Notes |
|---|---|
| CSV | .csv |
| TSV | .tsv |
| Delimited text / plain text | .txt and sniffed delimited text |
| Excel Workbook | .xlsx |
| JSON | .json |
| NDJSON / JSON Lines | .ndjson, .jsonl |
| Parquet | .parquet |
| HTML tables | .html, .htm |
| Markdown tables | .md, .markdown |
Export Formats
Rowpath can export:
| Format | Extensions / Notes |
|---|---|
| CSV | Spreadsheet-compatible text |
| TSV | Tab-separated text |
| Excel Workbook | .xlsx workbook |
| JSON | Structured JSON array |
| NDJSON / JSON Lines | One record per line |
| Markdown | Markdown table |
| HTML | HTML table |
| XML | XML rows |
| Parquet | Analytics / data-lake output |
Format Options
CSV and TSV support line-ending and header options. CSV also supports comma, semicolon, and tab delimiter choices. Excel export supports sheet name, header row, and preserving column order.
Unsupported Formats
Fixed-width files are not listed as supported.
Legacy Excel .xls is not listed as supported. Rowpath supports Excel Workbook .xlsx.