JoelHickok
2 years agoQrew Cadet
Format Iso String Timestamp in Pipeline
I'm making a request to the Quickbase JSON API and getting the results to use in the next Pipeline step. I can see the field type is "timestamp" and the value is an iso date timestamp, such as "2022-10-12T17:26:42Z". I cannot seem to format this into a readable date/time string to send in an email, or use in another step.
There are no Jinja filters that seem to work, as the Quickbase flavor of Jinja is so limited.
I cannot us strftime because it's not a date, but a text string. There are other platforms and documentation for Jinja that refer to a filter such as: iso8601_to_time.
For example: (this would be great in QB Pipelines!) Any ideas? Thanks!
------------------------------
Joel Hickok
------------------------------
There are no Jinja filters that seem to work, as the Quickbase flavor of Jinja is so limited.
I cannot us strftime because it's not a date, but a text string. There are other platforms and documentation for Jinja that refer to a filter such as: iso8601_to_time.
For example: (this would be great in QB Pipelines!) Any ideas? Thanks!
------------------------------
Joel Hickok
------------------------------