I have 500+ tasks in Excel with these columns:
- Title
- Milestone
- Assigned To
- Area
- Priority
- Tags
What's the simplest way to get these into FB using the API? I'm in a .NET environment, and I suppose I could read in the Excel file, build an XML payload for each row, and then POST it to the API. There's got to be an easier way, though. Any thoughts?