Skip to content

deafgoat/CSV2MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV2MongoDB

Overview

This is a command-line utility to transform given csv files into a mongodb collection. It uses a simple heuristic to select grouping order.

Instructions

  • Compile with ant compile
  • Run with ant run -Dargs="time.csv"

Sample files are provided in the csv/ folder. Be sure to include your csv file in the csv/ as well.

Notes

Uses database 'mydb' and places csv in collection, 'mycoll'.

About

Exports CSV files to a MongoDB collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages