[source-file] add fixed width file support #34585
mjgatz
started this conversation in
Connector Ideas and Features
Replies: 1 comment
-
This would be a really useful feature for us at our company as we deal with fixed width files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us about the problem you're trying to solve
We want to add fixed width file support to the file source
Describe the solution you’d like
It appears that the source file connector is using pandas reader as the driver, pandas has a fixed-width reader:
read_fwf
Happy to contribute here
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions