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
When a user uploads a new file, json lines or csv or any format. Catalog the documents in the hbase table <project_name>_catalog as described in Creating a new project #253 .
Initially the date_processed is empty and status is 0.
If the uploaded file is a json lines file, catalog each individual json object, if its a csv or tsv or excel etc, create a wrapping json object and catalog the wrapping json object.
When a user uploads a new file, json lines or csv or any format. Catalog the documents in the hbase table
<project_name>_catalog
as described in Creating a new project #253 .Initially the date_processed is empty and status is 0.
If the uploaded file is a json lines file, catalog each individual json object, if its a csv or tsv or excel etc, create a wrapping json object and catalog the wrapping json object.
Update the table
dataset_view
as described in Starting up myDIG for the very first time #254 . This table will only updated when documents are either uploaded or deleted from myDIG.The text was updated successfully, but these errors were encountered: