You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also noticed that field_names has not been implemented into the excel_handler.py file. From the description, is the expectation that if it was added, it would stop at blank rows? Or just be an alternative to skip_initial=<integer_to_table_field_names_row>?
The text was updated successfully, but these errors were encountered:
I'm playing around with:
tap-spreadsheets-anywhere
locally with an externally generated.xlsx
file.skip_initial
to get to skip some human readable text and start on the table header.field_names
to list each of the expected header titles.Totals
row at the bottom of the table data.meltano invoke tap-spreadsheets-anywhere
has the line:... INFO Wrote 995 records for stream "<table_name>" ....
.Expected to only see my ~100 rows of data in the stream.
Doing a:
meltano run tap-spreadsheets-anywhere target-postgres
results in: 995 rows written to the table instead ~100.Mentioned on Meltano Slack.
Also noticed that
field_names
has not been implemented into theexcel_handler.py
file. From the description, is the expectation that if it was added, it would stop at blank rows? Or just be an alternative toskip_initial=<integer_to_table_field_names_row>
?The text was updated successfully, but these errors were encountered: