You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if the extension is one of the ones supported.
If so read the whole file or a sample if it's bigger than X and use the ckan JS client to call the action with this data and the format
If we get a response and there are no errors, we store the result in the schema_json field (let's get this down first and we'll render the editor component later)
As discussed in #65, When a user selects a suitable file, fire a background HTTP request to the action created in #76 to get an inferred table schema.
schema_jsonfield (let's get this down first and we'll render the editor component later)