convert type of date in the csv to int before parsing date

This commit is contained in:
Hongbo Wu
2023-08-15 18:44:30 +08:00
parent 8ee591943f
commit 9ee87e2e52
5 changed files with 21 additions and 7 deletions

View File

@ -1,4 +1,4 @@
url,state,labels,saved_at,published_at
"https://omnivore.app",ARCHIVED,"[""test""]",,
"https://google.com",SUCCEEDED,"[""test"",""development""]",,
https://test.com,SUCCEEDED,"[test, development]",,
"https://google.com",,"[""test"",""development""]",,
https://test.com,SUCCEEDED,"[test, development]",1692093633000,1692093633000

1 url state labels saved_at published_at
2 https://omnivore.app ARCHIVED ["test"]
3 https://google.com SUCCEEDED ["test","development"]
4 https://test.com SUCCEEDED [test, development] 1692093633000 1692093633000