Spencer T Brody
|
0f605b5ab3
|
Fix mongoimport on jsonArrays. SERVER-3834
|
2011-10-08 23:33:49 -04:00 |
|
Spencer T Brody
|
c4852ebb05
|
Handle empty string properly in mongoimport
|
2011-08-01 18:03:39 -04:00 |
|
Spencer T Brody
|
adec8da1fa
|
Don't iterate off the end of a string in mongoimport
|
2011-07-27 16:26:19 -04:00 |
|
Spencer T Brody
|
f44433b04c
|
Part 1 of SERVER-1097: Make mongoimport adhere to CSV spec.
|
2011-07-26 10:33:01 -04:00 |
|
Spencer T Brody
|
eaf7961e83
|
Refactor import code to make it easier to plug in new CSV parser.
|
2011-07-26 10:33:00 -04:00 |
|
Spencer T Brody
|
685203a89c
|
Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV files
|
2011-06-27 14:18:53 -04:00 |
|
Eliot Horowitz
|
9a6f2dcf91
|
fix mongoimport progress bar with stdin SERVER-2427
|
2011-01-31 02:05:45 -05:00 |
|
Eliot Horowitz
|
b828d21630
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
|
Mathias Stearn
|
53c8e5e366
|
mongoimport: --upsertFields should imply --upsert SERVER-2070
|
2010-12-01 16:39:16 -05:00 |
|
Kristina Chodorow
|
0bb165f589
|
check imports are going to a master SERVER-1878
|
2010-10-08 11:23:23 -04:00 |
|
Alberto Lerner
|
37c9c403de
|
SERVER-1270 Elim c_str() /tools
|
2010-07-20 12:58:23 -04:00 |
|
Mathias Stearn
|
2e6c1584c0
|
ignore UTF-8 BOM in mongoimport SERVER-862
|
2010-06-28 11:38:57 -04:00 |
|
Mathias Stearn
|
efbbcc80be
|
Allow specifying upsert fields for mongoimport SERVER-1186
|
2010-06-14 11:52:09 -04:00 |
|
Mathias Stearn
|
dc95ed0576
|
--jsonArray for mongoimport SERVER-1083
|
2010-06-14 10:56:25 -04:00 |
|
Mathias Stearn
|
1248f119bd
|
--noimport hidden option to mongoimport for benchmarking JSON parser
|
2010-06-14 08:25:25 -04:00 |
|
Mathias Stearn
|
464850bce3
|
Dont count failed records as imported
|
2010-06-03 18:37:45 -04:00 |
|
Mathias Stearn
|
a0ce62f1ea
|
--stopOnError option to mongoimport SERVER-1133
|
2010-06-03 18:17:26 -04:00 |
|
Mathias Stearn
|
7fc82df75e
|
Mongoimport now fails on invalid UTF8 SERVER-1171
|
2010-06-03 15:54:20 -04:00 |
|
Mathias Stearn
|
4cd8bf8291
|
Make mongoimport work w/o final EOL. SERVER-1152
|
2010-06-03 13:10:28 -04:00 |
|
Mathias Stearn
|
a0925e2b80
|
--upsert option to mongoimport SERVER-1154
|
2010-05-25 23:27:37 -04:00 |
|
Dwight
|
bd28578ab8
|
stdafx->pch
|
2010-04-27 15:27:52 -04:00 |
|
Mathias Stearn
|
f816dc8419
|
mongoimport: support for escaped " in csv with either "" or \" SERVER-773
|
2010-03-22 13:56:48 -04:00 |
|
Eliot Horowitz
|
00ca5d90fe
|
fix for csv import where last field has " SERVER-682
|
2010-02-27 23:05:40 -05:00 |
|
Mathias Stearn
|
ac51e771de
|
typo MINOR
|
2010-02-09 18:15:56 -05:00 |
|
Mathias Stearn
|
41f0e6d464
|
make tools wait until all modifications have completed before exiting
|
2010-02-09 17:51:15 -05:00 |
|
Mathias Stearn
|
cb550b0774
|
mongoimport and mongoexport should open files in text mode
|
2010-02-03 21:07:44 -05:00 |
|
Mathias Stearn
|
afbe8c64d9
|
Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410
|
2009-12-28 18:27:18 -05:00 |
|
Eliot Horowitz
|
0ab8149a8e
|
uassert/massert take error code SERVER-112
|
2009-12-28 16:43:43 -05:00 |
|
Eliot Horowitz
|
72282b1f8b
|
better csv header line parsing
|
2009-12-22 14:16:48 -05:00 |
|
Eliot Horowitz
|
c919b7feec
|
init fix
|
2009-11-28 17:43:33 -05:00 |
|
Eliot Horowitz
|
e0dff0748a
|
mongoimport take --headerline for csv,tsv SERVER-444
|
2009-11-28 17:29:23 -05:00 |
|
Eliot Horowitz
|
2e23773bf9
|
fix csv parsing with escaped fields SERVER-441
|
2009-11-28 11:19:51 -05:00 |
|
Eliot Horowitz
|
415f5e7fa8
|
more error handling
|
2009-11-27 23:30:31 -05:00 |
|
Eliot Horowitz
|
ca785a0400
|
BDONObjBuilder::apendAsNumber
better fix for SERVER-423
|
2009-11-13 21:07:15 -05:00 |
|
Eliot Horowitz
|
02dfcf62e7
|
fix import with long long SERVER-424
|
2009-11-13 20:41:36 -05:00 |
|
Eliot Horowitz
|
d1057d5a9d
|
clean trailing spaces when importing json SERVER-402
|
2009-11-02 09:52:58 -05:00 |
|
Eliot Horowitz
|
feb2a40d5f
|
use lexical_cast instead of atoll b/c of windows
|
2009-10-21 14:17:58 -04:00 |
|
Eliot Horowitz
|
b446a74aec
|
use long long for long int strings
|
2009-10-21 14:04:31 -04:00 |
|
Eliot Horowitz
|
1b27e7aae7
|
--ignoreBlanks option for import
|
2009-10-12 15:24:38 -04:00 |
|
Eliot Horowitz
|
fcd3220d16
|
add option to read fields from a file
|
2009-10-12 15:05:42 -04:00 |
|
Eliot Horowitz
|
65fb01f015
|
debugging for import
|
2009-10-11 20:24:12 -04:00 |
|
Eliot Horowitz
|
0496aa5ac7
|
changed mongoimportJSON to mongoimport - handles json/tsv/csv
|
2009-10-09 14:55:29 -04:00 |
|
Eliot Horowitz
|
992fc7d84c
|
change file name
|
2009-02-09 11:24:21 -05:00 |
|
Eliot Horowitz
|
6f78b4ae5e
|
remove the EOF check - too aggressive
|
2009-02-09 10:55:59 -05:00 |
|
yellow
|
c4e874bed7
|
don't try to import files of size 0
|
2009-01-31 21:46:47 +00:00 |
|
Eliot Horowitz
|
d02aa49e35
|
make run return and that is what the binary exits with
|
2009-01-29 11:56:44 -05:00 |
|
Eliot Horowitz
|
ba0da24261
|
made import use new Tool class
|
2009-01-27 21:37:56 -05:00 |
|
Aaron
|
261a467aa5
|
Replaced our #defined cout with mongo::out()
|
2009-01-15 11:26:38 -05:00 |
|
Aaron
|
90d45238aa
|
Indent all lines within namespaces one level
|
2009-01-15 10:17:11 -05:00 |
|
Aaron
|
248a6dd8de
|
Replace tab indentation with spaces
|
2009-01-14 17:17:24 -05:00 |
|