mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Updated Wekan Sandstorm cards to CSV using Python (markdown)
parent
7d536477c1
commit
0306bb14a6
1 changed files with 0 additions and 2 deletions
|
|
@ -90,8 +90,6 @@ dfcards['createdAt'] = pd.to_datetime(dfcards['createdAt'])
|
|||
dfcards['dateLastActivity'] = pd.to_datetime(dfcards['dateLastActivity'])
|
||||
dfcards['title']=dfcards['title'].str.replace('\n','')
|
||||
|
||||
dfboards['createdAt'] = pd.to_datetime(dfboards['createdAt'])
|
||||
dfboards['modifiedAt'] = pd.to_datetime(dfboards['modifiedAt'])
|
||||
|
||||
dfcards.to_csv('//DESTINATION_FOLDER/dfcards.csv',sep='|')
|
||||
dflists.to_csv('//DESTINATION_FOLDER/dflists.csv',sep='|')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue