cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
View Original Published Thread

Import a CSV file to Include Date Created and Date Modified

SpannerHead
Level V

I need to import a series of CSV files that do not explicitly contain a date stamp as data text.  Am I able to somehow collect the date modified and / or date created to fill in the blanks?


Slán



SpannerHead
1 REPLY 1
jthi
Super User


Re: Import a CSV file to Include Date Created and Date Modified

With Multiple File Import you can add file creation date

jthi_0-1742586400372.png

And if you are opening those using JSL you can use Last Modification Date

jthi_1-1742586428991.png

and/or Creation Date to add new column after you load the .csv as a table

jthi_2-1742586450374.png

both are found under File in Script Index and JSL Syntax Reference

-Jarmo