-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSV file, filter with list of columns #482
Comments
We are experiencing this as well on the latest 2.12.0 release |
Hi @fhussonnois , |
@fhussonnois , Thanks. |
I'm seeing the same issue. Has this been resolved? |
The code indeed take the order in which it is provided in the config and doesn't reorder based on actual position in the csv. I can raise a PR for the fix if that is fine with @fhussonnois and @abgoswami |
I'm facing a similar issue, with Where this bites me is when I try to publish in protobuf and attempt to use Is somebody looking into this problem? If not, should I attempt to? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Does anyone know how to handle files that are already present and continuously updated. Essentially, new records ingested into these existing files are not being moved to the Kafka topic. Is there any explicit config need to be specified or something? |
Hi,
I'm able to parse the csv file while using file pulse connector with version 2.9.0 and I've updated it to 2.13.0 and the same file has mismatch while reading and mapping the column values. I'm not using headers in my csv. Do provide an update if anyone faced similar issue and if there is a resolution or fix provided. |
Hi team, and thanks for a great product!
I’m using FilePulseSourceConnector with CSVFilter type. My source files don’t have any headers.
When I have the following configuration, everything is working fine
When I try to specify column name:type, I get unexpected results. It looks like the column list is sorted alphabetically and the column names don't match
Can you please check it out?
Thank you
The text was updated successfully, but these errors were encountered: