Wildcards for zipped csvs #359
Unanswered
eivind-stb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a bit of an edge case that I want to hear your thoughts on. It's similar to #326
Basically I have an ftp-server (that I have no control over) that I need to ingest data where the files are stored as zipped csv's.
Sling manages to read the file correctly when I enter the full path to a file, but providing for example
file*
orfile*.csv.zip
makes Sling error out. Is this something that I can expect a fix on, or should I provide alternative methods of solving this as I do realize zipped csv's aren't what we want.Beta Was this translation helpful? Give feedback.
All reactions