Import online meetings via CSV?
-
My area uses AreaFellowship as our primary meeting database … to get data into TSML, I export the CSV from there, and then import to TSML. I have a script that massages the data first to handle some nuances of online meetings in the area (since AF doesn’t do this yet, we have to hack around it … LESS than ideal).
Long story short – I have the following column headers in my CSV:
Day,Time,End Time,Region,Name,Location,Address,Types,District,UpdatedAnd import works great. Today I tried to add “Conference URL” and “Conference Phone” per the updated template, but meetings with values in those fields do not import.
Here is a snippet of my CSV:
Day,Time,End Time,Region,Name,Location,Address,Types,District,Updated,Conference URL,Conference Phone Saturday,7:30PM,8:30PM,Derry,"SoAndSo Group","The Old Library","99 Fictional Lane","O,X,S",09,000108679 Sunday,7:30PM,8:30PM,Derry,"SoAndSo Online Group","The Old Library","99 Fictional Lane","O,X,S",09,000108679,https://zoom.us/j/111223333
The first meeting imports, the second one does not
- The topic ‘Import online meetings via CSV?’ is closed to new replies.