Skip to content

michellephung/CSVtoCloudant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#READ ME

Working UI

This is a webpage which lets you drag and drop a .csv file and then edit how it will be loaded into a Cloudant Database

Website

Download locally website to view source code

Fork (here)

==========

Files To Use the UI on the web:

  • Database must already exist on Cloudant
  1. Drop in a CSV file from you computer
  2. Enter your username, password, and the database name
  3. 'Start'
  4. 'Load'

To Use the UI locally:

  1. Download a zip of the source code, or fork it!
  2. Unzip the file and click on the folder inside
  3. Click on index.html file to view the page
  4. Your browser should open to the UI
  5. If it doesn't, drag the file into your browser
  6. Use as you would the data importer on the Web

File Will Fail to Load if:

  • Incorrect Name or Password or Database
  • CORS is not enabled user's account

Note the following:

  1. Currently, loading feedback (green text) will change to 'Success', after the first successful document is loaded into Cloudant.

  2. Document _id's will be UUID.

To Do

  1. Remove 'database' field from page 1, then on page 2, add dropdown for which database you want to load docs into

  2. Add a progress bar to first/second page when parsing large files. [Currently page is unresponsive while parsing large files-- very noticable lag on csv file with 300+ rows]

  3. Get dropdown menus to work in Firefox

About

UI to Drag and drop a .csv file into a Cloudant Database here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published