Skip to content

Instantly share code, notes, and snippets.

@mbauman
Created January 25, 2017 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbauman/17022cfb09db056d1feac8dd90a2e44c to your computer and use it in GitHub Desktop.
Save mbauman/17022cfb09db056d1feac8dd90a2e44c to your computer and use it in GitHub Desktop.
{
"name": "mycsv",
"title": "Mycsv",
"resources": [
{
"name": "etp_participant_data",
"title": "Etp Participant Data",
"schema": {
"fields": [
{
"name": "user_id",
"type": "integer",
"format": "default"
},
{
"name": "program_name",
"type": "string",
"format": "default"
},
{
"name": "program_id",
"type": "integer",
"format": "default"
},
{
"name": "program_potential_outcome",
"type": "integer",
"format": "default"
},
{
"name": "program_CIP",
"type": "integer",
"format": "default"
},
{
"name": "wioa_participant",
"type": "boolean",
"format": "default"
},
{
"name": "date_of_entry",
"type": "string",
"format": "default"
},
{
"name": "date_of_exit",
"type": "string",
"format": "default"
},
{
"name": "type_of_exit",
"type": "string",
"format": "default"
},
{
"name": "obtained_credential",
"type": "boolean",
"format": "default"
}
]
},
"path": "etp_participant_data.csv",
"format": "CSV",
"mediatype": "text/csv",
"bytes": 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment