bulk-load Questions
3
Solved
This question is related to this other one:
How can I read data from a list and index specific values into Elasticsearch, using python?
I have written a script to read a list ("dummy") an...
Beggarweed asked 7/7, 2020 at 15:43
20
Solved
I recently upgraded to Elasticsearch version 6.1.1 and now I can't bulk index documents from a JSON file. When I do it inline, it works fine. Here are the contents of the document:
{"index" : {}}
...
Rabi asked 2/2, 2018 at 9:52
8
I'm trying to set up a Stored Procedure as a SQL Server Agent Job and it's giving me the following error,
Cannot bulk load because the file "P:\file.csv" could not be opened. Operating system err...
Determinable asked 21/10, 2013 at 10:17
7
Solved
I am using bulk_create to loads thousands or rows into a postgresql DB. Unfortunately some of the rows are causing IntegrityError and stoping the bulk_create process. I was wondering if there was a...
Lentamente asked 16/9, 2012 at 21:52
3
Solved
I have problem when run 1 project NodeJs with PostgreSQL database.
I have error when trying to insert data in pgAdmin using the COPY command.
COPY beer (name, tags, alcohol, brewery, id, brewery_i...
Sulfapyrazine asked 28/8, 2015 at 12:43
3
Solved
OBJECTIVE
Use the OPENROWSET feature to JOIN data in a query against a text file.
ERROR
Leveraging the answer from @gbn on this question I am trying to open a row set just like the OP; though the f...
Eskil asked 5/2, 2013 at 14:53
4
Solved
I am working on a file loader program.
The purpose of this program is to take an input file, do some conversions on its data and then upload the data into the database of Oracle.
The problem that...
Wahlstrom asked 14/7, 2014 at 10:10
2
Solved
I have a remote SQL Server with a hostname I am using to connect to.
BCP suggests to use
bcp DBName.dbo.tablename in C:\test\yourfile.txt -c -T -t
However when I try this it does not connect t...
Gussy asked 7/3, 2017 at 18:5
3
I have a requirement to insert a large 2 GB CSV file into my MS SQL database. most of the rows in this is not required to insert. I did not find anything to filter rows while doing bulk insert.I am...
Coatbridge asked 31/10, 2015 at 3:29
2
Solved
I use basketball data tables to get some understanding of Postgres 9.2 & phppgadmin. Therefore I would like to import csv tables into that database. However, I get:
ERROR: missing data for col...
Characteristic asked 31/8, 2014 at 15:17
3
Solved
there is the package: RMySQL
How can I bulk upload lots of data to mysql from R? I have a csv with around 1 million lines and 80 columns.
Would something like this work?
dbWriteTable(con, "test2...
Graniela asked 15/7, 2013 at 2:41
1
Solved
I'm trying to execute the Postgres COPY command.
COPY warehouse_terminal.test_table FROM 'C:\file.csv' DELIMITERS E'\t'
CSV HEADER QUOTE E'\"' ESCAPE E'\\' NULL AS '';
The problem is, the db wh...
Watters asked 24/9, 2014 at 2:6
1
Solved
I need to increment values in a column periodically with data I receive in a file. The table has > 400000 rows. So far, all my attempts result in very poor performance.
I have written an experimen...
Osrick asked 24/5, 2013 at 9:5
2
Solved
In short: I want to do an XML Bulk Load to a SQL Server (2008) database and generate auto-increment-id's for a parent, that can be used in the child. This seems limited by the scope: the parent-nod...
Valuator asked 15/11, 2012 at 12:52
1
I'm running into an error and I cannot figure out what's wrong with the code. It happens when I try to create an object (objbl = CreateObject("SQLXMLBulkLoad.SQLXMLBulkload.4.0")).
Am I missing an...
3
Let me set up the situation. We are trying to insert a modestly high number of rows (roughly 10-20M a day) into a MyISAM table that is modestly wide:
+--------------+--------------+------+-----+--...
Rew asked 5/5, 2009 at 23:51
1
Solved
I have to import data without time zone information in it (however, I know the specific time zone of the data I want to import), but I need the timestamp with time zone format in the database. Once...
Colincolinson asked 1/10, 2012 at 14:54
2
Solved
I'm trying to bulk load around 12m records into a InnoDB table in a (local) mysql using LOAD DATA INFILE (from CSV) and finding it's taking a very long time to complete.
The primary key type is UU...
3
Solved
I am trying to write a query to insert a value into a timestamp with no timezone data type field. The value is coming from CSV file.
The version I am working with is PostgreSQL 8.1.21.
The CSV f...
Hertz asked 15/11, 2011 at 1:57
4
Solved
Jumping from article to article, I can see everywhere the expression "bulk loading".
What does it really (technically) mean?
What does it imply?
Explanation based on use-cases is welcome.
Cenotaph asked 16/12, 2010 at 14:56
2
Solved
Does anybody have any tips on utilities that can be used to bulk load data that is stored in delimited text files into an SQLite database?
Ideally something that can be called as a stand-alone pro...
1
© 2022 - 2025 — McMap. All rights reserved.