Skip to content

darkun7/DB-Drive-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB Drive CSV

This is app is can be used to access CSV file as JSON from Google Drive.

How To Use

  1. Create file/ upload file to Google Drive
  2. There's 2 file extention that supported:
{ 
"index": 1, 
"identifier": "ID",
"csv": "https://drive.google.com/file/d/1xxk2ASmwnPeAym1or8tCl5Xi6QTcmAqh/view?usp=sharing" 
}
{
"index": 1, 
"identifier": "ID",
"xls": "https://docs.google.com/spreadsheets/d/1DM_-HOWXMsPmshnIq-wfJq7Jtc4pacLC6bUC8c1XzpU/edit?usp=sharing"
}

Legend:

  • index: was used to find the record per row, or will return all row if empty
  • identifier: column name that will be indexed
  • csv or xls: drive file url

About

This is app is can be used to access CSV file as JSON from Google Drive.

Topics

Resources

Stars

Watchers

Forks