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.

Archivos: 14

JSON

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

Archivos: 22

Related decisions

Related Decisions

FAQ

FAQ

Cual es la recomendacion de formato por defecto para este caso de uso?

CSV es el formato recomendado por defecto aqui.

Como deberian validar los equipos esta recomendacion?

Usa archivos de muestra y endpoints de manifiesto para probar compatibilidad y comportamiento antes del despliegue.