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
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
Would it be possible to get the flexible options for quote and escape in the fixlengths command?
We have various CSV data to process, if it has different quote/escape then we cannot pass to fixlengths we need to use the input command to read the data, but that won't read some of the files because the lengths are wrong.
Or, if someone can point me to a way to get around it, that'd be great too. 😃