Use-case recommendation

Best Format for Bulk Table Import Testing

CSV is the best default for bulk table import testing when the pipeline is fundamentally tabular and spreadsheet-compatible.

Recommendation

Recommendation

CSV

CSV exposes delimiter, quoting, row-count, and chunking behavior directly in tabular import workflows.

text/csv

SQL

Use SQL when replay order, transactions, or schema-aware seed setup matters.

Arquivos: 14

JSON

Use JSON when nested fields or schema-drift testing are part of the workload.

Arquivos: 22

Related decisions

Related Decisions

FAQ

FAQ

Qual e a recomendacao de formato padrao para este caso de uso?

CSV e o formato recomendado por padrao aqui.

Como as equipes devem validar esta recomendacao?

Use arquivos de amostra e endpoints de manifesto para testar compatibilidade e comportamento antes do rollout.