index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
import.cpp
Age
Commit message (
Expand
)
Author
2011-10-08
Fix mongoimport on jsonArrays. SERVER-3834
Spencer T Brody
2011-08-01
Handle empty string properly in mongoimport
Spencer T Brody
2011-07-27
Don't iterate off the end of a string in mongoimport
Spencer T Brody
2011-07-26
Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec.
Spencer T Brody
2011-07-26
Refactor import code to make it easier to plug in new CSV parser.
Spencer T Brody
2011-06-27
Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV files
Spencer T Brody
2011-01-31
fix mongoimport progress bar with stdin SERVER-2427
Eliot Horowitz
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-01
mongoimport: --upsertFields should imply --upsert SERVER-2070
Mathias Stearn
2010-10-08
check imports are going to a master SERVER-1878
Kristina Chodorow
2010-07-20
SERVER-1270 Elim c_str() /tools
Alberto Lerner
2010-06-28
ignore UTF-8 BOM in mongoimport SERVER-862
Mathias Stearn
2010-06-14
Allow specifying upsert fields for mongoimport SERVER-1186
Mathias Stearn
2010-06-14
--jsonArray for mongoimport SERVER-1083
Mathias Stearn
2010-06-14
--noimport hidden option to mongoimport for benchmarking JSON parser
Mathias Stearn
2010-06-03
Dont count failed records as imported
Mathias Stearn
2010-06-03
--stopOnError option to mongoimport SERVER-1133
Mathias Stearn
2010-06-03
Mongoimport now fails on invalid UTF8 SERVER-1171
Mathias Stearn
2010-06-03
Make mongoimport work w/o final EOL. SERVER-1152
Mathias Stearn
2010-05-25
--upsert option to mongoimport SERVER-1154
Mathias Stearn
2010-04-27
stdafx->pch
Dwight
2010-03-22
mongoimport: support for escaped " in csv with either "" or \" SERVER-773
Mathias Stearn
2010-02-27
fix for csv import where last field has " SERVER-682
Eliot Horowitz
2010-02-09
typo MINOR
Mathias Stearn
2010-02-09
make tools wait until all modifications have completed before exiting
Mathias Stearn
2010-02-03
mongoimport and mongoexport should open files in text mode
Mathias Stearn
2009-12-28
Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410
Mathias Stearn
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-22
better csv header line parsing
Eliot Horowitz
2009-11-28
init fix
Eliot Horowitz
2009-11-28
mongoimport take --headerline for csv,tsv SERVER-444
Eliot Horowitz
2009-11-28
fix csv parsing with escaped fields SERVER-441
Eliot Horowitz
2009-11-27
more error handling
Eliot Horowitz
2009-11-13
BDONObjBuilder::apendAsNumber
Eliot Horowitz
2009-11-13
fix import with long long SERVER-424
Eliot Horowitz
2009-11-02
clean trailing spaces when importing json SERVER-402
Eliot Horowitz
2009-10-21
use lexical_cast instead of atoll b/c of windows
Eliot Horowitz
2009-10-21
use long long for long int strings
Eliot Horowitz
2009-10-12
--ignoreBlanks option for import
Eliot Horowitz
2009-10-12
add option to read fields from a file
Eliot Horowitz
2009-10-11
debugging for import
Eliot Horowitz
2009-10-09
changed mongoimportJSON to mongoimport - handles json/tsv/csv
Eliot Horowitz
2009-02-09
change file name
Eliot Horowitz
2009-02-09
remove the EOF check - too aggressive
Eliot Horowitz
2009-01-31
don't try to import files of size 0
yellow
2009-01-29
make run return and that is what the binary exits with
Eliot Horowitz
2009-01-27
made import use new Tool class
Eliot Horowitz
2009-01-15
Replaced our #defined cout with mongo::out()
Aaron
2009-01-15
Indent all lines within namespaces one level
Aaron
2009-01-14
Replace tab indentation with spaces
Aaron
[next]