[Feature Request] date format in path_prefix
See original GitHub issueI want to output files by embulk everyday and add datetime in output files. For example, I want the output file name to be sample_20180530.csv when I execute embulk on March 30, 2018, but there’s no function in current embulk.
Here is example yaml:
in:
....
out:
type: file
path_prefix: '/tmp/out/sample_%Y%m%d' # here
sequence_format: ''
formatter: {type: csv, header_line: true, charset: UTF-8, newline: CRLF}
The other way is using liquid file, but I don’t want use liquid file.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Feature Request Date Format %B in Filename - FireShot
I like to create filenames with date stamp like 20211014 Oct 14, 2021 so I have machine sorting correctly and human readable date...
Read more ><data> | Android Developers
These attributes that specify the URL format are optional, ... The pathPrefix attribute specifies a partial path that is matched against only the...
Read more >Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines ...
Read more >Published date fields store time in UTC - ArcGIS Online
Enter dates in MM/DD/YYYY hh:mm:ss format ... You can add date values to feature layers using the date and time drop-down menus in...
Read more >list-roles — AWS CLI 1.27.27 Command Reference
Lists the IAM roles that have the specified path prefix. If there are none, ... The date and time, in ISO 8601 date-time...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, @shigemk2
#501 might help as a workaround. Also related to #546.
Please read it.