<@U06CBNR7GM9> does the `tap-spreadsheets-anywhere...
# plugins-general
r
@eric_simmerman does the
tap-spreadsheets-anywhere
tap not work if it is ingesting a CSV with column headers but no data in them?
e
That’s an interesting edge case - what behavior would you expect there?
But to answer directly - I don’t know. Happy to accept a PR that sets that up as a test.
r
Yeah I might try that out. Basically we have a bunch of extracts we are doing from a source system and dumping them into CSVs. If the table in the source system is empty, then the CSV just has the column headers at the top. So I was thinking that the tap could create the table using the column headers... but I suppose it wouldn't know the actual data types so that could be a problem