convert type of date in the csv to int before parsing date
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user