S3 output file name
TonyR
Registered Posts: 7 ✭✭✭✭
Dear all,
When I let my recipe export/store the output in S3 it creates a file with this name: out-s0.csv.gz.
Is there a way to change the name of the output file?
Kind regards
TonyR
Tagged:
Best Answer
-
Hi,
It is *sometimes* possible (it depends on the exact recipe kind):
Go to the output dataset settings > Advanced, enable "Force single output file" and select "Output file name"
Answers
-
Is there a way to add variable to file name?
I know I can add variable to path or folder but not file name, am I correct? -
-
It is actually "Output file base name". Is there a way to not have an extension added afterwards ?
I get .csv at the end on my filename and we need it without extension
-
+1 any solution to this question?
-
finally I had to do it with code in order not to get the ".csv" extension
-
can you share the code?