xlport
Version:
30 lines (29 loc) • 444 B
JSON
{
"tables": {
"Initiatives": [
"Id",
"Name",
"StatusId",
"SavingsPotential",
"Achievement",
"IsComplete",
"Date",
"Integer",
"Calculated column"
],
"Milestones": [
"Id",
"InitiativeId",
"StartDate",
"EndDate"
],
"Status": [
"Id",
"Label"
],
"Persons": [
"Id",
"LastName"
]
}
}