v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
Microdata

Get columns diff (sync with CSV)

Get the difference between variable names in metadata and column headers in the data file (CSV). Use this to sync metadata with the CSV (e.g. identify variables in DB not in CSV, or columns in CSV not in DB).

get/datafiles/columns_diff/{sid}/{file_id}

Path parameters

sidstring required

Project ID or IDNO

file_idstring required

Data file ID

Response

successful operation

statusstring
columns_diffobject

Sync info (e.g. columns_in_db_not_in_csv, in_sync)

Example response

{
  "status": "success"
}