The data-import tag has no wiki summary.
0
votes
0answers
16 views
Xammp vs webserver - file paths
Probably, this is another noob question, but I really do not get along on my own:
I developed a website, where a chart shall be included, using the google-chart-tool. Therefore, a php-file is ...
1
vote
2answers
40 views
Error when trying to import NetCDF to R
I' struggeling to open a NetCDF file in R.
When I try to open it with
library(ncdf)
# read in NetCDF file
maize.nc<-open.ncdf("C:/Users/Jo/Desktop/pft_harvest_maize.nc")
I get the following ...
0
votes
1answer
48 views
BULK INSERT into table and auto-increment
I have a .txt file in the format:
123456
111111
122222
123344
121212
I wish to insert these into a temporary table along with an integer recording the order in which they are in the .txt file, such ...
1
vote
2answers
26 views
How do I reassign Activity records to a different Regarding record in another entity in CRM 2011?
A client wants all Activity records assigned to records in a custom entity reassigned to the matching records in a different entity.
Basically, they have an old custom entity with Activities of ...
-2
votes
1answer
17 views
Create and Array of read-in Data in R
I want to analyze 30 files (file1...file30) of csv data in R.
Is it possible to create an array of the separate lists (like a three dimensional array with each list as a 'table) so that I can later ...
0
votes
0answers
45 views
Solr DIH delta import
I'm using Mongo DIH to import data from Mongo, in this library it supports delta imports but when running the delta import command only the MongoDBEntityProcessor.init is invoked but no query is made ...
1
vote
1answer
74 views
Other alternatives for date/timestamp during delta-import
For Performing delta-update in Solr, last_index_time (which is stored in dataimport.properties) is compared with a date/timestamp column in Database.
Is it possible to configure in Solr so that:
...
0
votes
0answers
60 views
how to import the following csv into mysql, using mysql commands?
How to import the following csv into a mysql table, using mysql commands?
##
#File name : proj.csv
#line 1 are the field headers
#record 1 starts at line 2, ends at line 583
#from line 2 ...
0
votes
1answer
66 views
Uploading UTF-8 strings into Vertica
I am trying to upload some UTF-8 strings into Vertica database using it's COPY command triggered by Vertica client (VSQL tool). Unfortunatelly, from Vertica docs:
"The drivers do not transform data ...
0
votes
0answers
114 views
importing data from tab delimited file into sql server 2005
I'm trying to import a text file into Sql Server. The file is tab delimited and uses double quotations as a text qualifier. One of the fields in the text file is a note field and every now and then ...
0
votes
0answers
16 views
bulk data import methods, without using Excel
Is there any tools one can use to facilitate bulk data import into a system, prior to the actual system being developed?
For example, we would be developing an online store, however would like to ...
1
vote
0answers
76 views
Navicat, Object DB and Postgres
I'm importing tables by Navicat Import Wizard (via ODBC connection) in Postgres. I have a problem when import from Caché Intersystem DB a table which allow object list-object.
Example table Test
Id ...
0
votes
1answer
83 views
nhibernate transaction scope on a data import strategy
We have a requirement to import a large amount of data between databases, with multiple tables involved.
What would be the best strategy for the transactions? I'm guessing opening a session, having ...
0
votes
1answer
621 views
Bulk Insert Failed “Bulk load data conversion error (truncation)”
I've done data imports with SQL Server's BULK INSERT task hundreds of times, but this time I'm receiving an error that's unfamiliar and that I've tried troubleshooting to no avail with Google. The ...
0
votes
2answers
161 views
How to extract metatags from HTML files and index them in SOLR and TIKA
I am trying to extract the metatags of HTML files and indexing them into solr with tika integration. I am not able to extract those metatags with Tika and not able to display in solr.
My HTML file is ...
0
votes
3answers
900 views
Importing data from MS Excel to SQL Server 2008 R2
I've a Microsoft Excel file with 25 columns and I used the data import wizard on SQL Server 2008 R2 studio to import it to already existing table. But, it only maps 14 columns and ignores the rest. ...
1
vote
2answers
185 views
How can I do indexing .html files in SOLR
The files I want to do indexing is stored on the server(I don't need to crawl). /path/to/files/
the sample HTML file is
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
...
0
votes
0answers
513 views
importing text file with multiple columns to excel using VBA
Public Sub Example()
Const csPath As String = "C:\ecologix\hardware\boards\design\ctest\ctest.txt"
Dim ws As Excel.Worksheet
Set ws = Excel.ActiveSheet
With ...
2
votes
3answers
93 views
How can I do indexing XML files stored on other server in solr4
I have all my XML files stored on to the other server and I have installed and configure the SOLR on different server. How can I index those XML files into the SOLR. I have checked nutch but it's main ...
2
votes
2answers
218 views
Trying to import csv file with load data local file SQL and cast as integer
I try to import a (huge) csv file, containing a hotel_id in the first column, I want the data-type in sql table to be Integer with this code;
load data local infile 'Images_20121121.csv' into table ...
0
votes
3answers
2k views
Inserting Excel sheet into SQL Server database
I am trying to insert an Excel sheet into a SQL Server database from datagridview using OleDb.
The code that I use :
namespace importfromexcel
{
public partial class Form1 : Form
{
...
0
votes
2answers
129 views
Import log file data into an application
My data file: votes.txt is formed with rows identical to:
VOTE 1168241980 Campaign:ssss_uk_01B Validity:during
Choice:Tupele CONN:MIG00VU MSISDN:00088866655598
GUID:A34-FDS87-FHDHDH-DHDHDHD0 ...
0
votes
1answer
153 views
Parsing iCalendar with custom fields via Ruby/Rails rake task
I have a rake task setup that imports events from an iCal file using the iCalendar gem. The iCal also contains several custom fields in addition to the standard .ics fields. Is it possible to import ...
3
votes
1answer
216 views
Import json data with null values
From the import documentation of BigQuery,
Note: Null values are not allowed
So I assume null is not allowed in a json-formatted data for BigQuery import. However, null value is actually very ...
0
votes
0answers
699 views
VB.NET code to import Excel data into SQL Server 2005
I have a problem when I imported data from Excel into SQL Server
Return only one row from Excel although the Excel has more than 3000 rows
I wrote this code :
Try
Dim ss As Integer
...
0
votes
1answer
406 views
Import empty string(column default value) instead of NULL value when using bcp utility with a external data file and format file
I have a small issue with using bcp import tool. This is the case I have a .csv data file (field separator if | character) and format file. I can import data into the table successfully, but it is ...
2
votes
3answers
279 views
importing CSVs into Excel
I need to import some CSVs into Excel spreadsheet, the row/column numbers of the CSVs are different for each of them. The problem is that some values are long digit strings like
...
1
vote
2answers
96 views
Import data into Google App Engine in a way that is “easy” for the user of the application
Building an application using Python in GAE that handles a lot of user data such as contacts, appointments, etc...
Would like to allow users to import their old data from other applications. For ...
0
votes
0answers
51 views
Can we store the Searching Result in the database ( or table) by using Apache Solr? If yes, then how? [closed]
I make one search engine using solr. if i want to store the search results in table then how its possible?
I want to store that results in table because next time when i search that word again than ...
1
vote
0answers
250 views
Input data into R from .dat and .sps files
I've been trying to import data into R using a .dat and .sps files. The .dat file has no headers and varying lengths of columns which are of course included in the .sps file. It also contains missing ...
0
votes
2answers
159 views
Can Solr handle data import from tables like table1,table2,…tableN?
I have an mysql db, and the data tables named according to the sharding rule, which means the name has a same prefix,e.g: the_table_,and has a number for suffix, so the table name will be ...
0
votes
2answers
135 views
How to Import a Lot of Data into a Production Database? (We are using Java)
We have to import a lot of data into a production database from Web services, flat files and other external sources.
We are using spring batch to do this.
One of the major problem is that some of ...
1
vote
1answer
941 views
PostgreSQL bulk import from CSV failing. ERROR: invalid input syntax for integer: “1990-01-02”
I am importing data from a CSV file into a postgreSQL table.
The table looks like this:
CREATE TABLE foo_stats (
td DATE NOT NULL,
...
0
votes
1answer
412 views
Solr, Unable to execute query during dataimport
I use many tables for indexing.
These tables are also used by crawler for insert, update during dataimport.
During dataimport, I get errors for some tables like "Unable to execute query". But next ...
1
vote
1answer
118 views
load data infile import not working and none of the other topics helped
This is the table i want to import in:
create table if not exists Medici(
m_id int unsigned AUTO_INCREMENT PRIMARY KEY,
m_nume VARCHAR(50),
m_prenume VARCHAR(50),
Statut ...
0
votes
0answers
256 views
sqlite import issue with column data that contains separators
I have sqlite3 version 3.6.17, 3.6.20. When I .import data in the standalone sqlite3 binary, I get errors with data that contains the column separator within the column data, even though each column ...
0
votes
0answers
631 views
Importing an oracle .dmp file to ultimately re-export as CSV
I have an Oracle version 11.2.0.2 .dmp file that is a datapump export and is compressed. The file contains 2 tables. I was looking to convert these two tables it to CSV (to load it into SAS). So, have ...
0
votes
1answer
2k views
Must declare the table variable
I come across an error while writing some SQL statements for data imports.
As I am doing data port, I need to declare some temporary table variables.
I declared a table variable at the beginning of ...
0
votes
2answers
105 views
Need to port data in sql child table
Need to port data in sql table
I have a master table with columns (masterid, masterdata, year). Here masterid is an identity column.
I have the data for year 2012. I need to same 2012 data for 2013
...
0
votes
2answers
754 views
Rails import from csv to model
I have a csv file with dump data of table and I would like to import it directly into my database using rails.
I am currently having this code:
csv_text = ...
1
vote
1answer
357 views
Unable to restore the postgresql data through command prompt
I am trying to restore the postgres sql data from a file . I am trying to do so but it is not importing .
Here is the command which i am using:
postgres-# psql -hlocalhost -p5432 -u postgres -d test ...
0
votes
1answer
969 views
How to extract rows in Excel with a given name by function 'xlsread' in Matlab?
I have 100 Excel sheets of financial statement to extract selected data. For instance, the first sheet is from company A, its 'Total assets' item is in A10, but in the second sheet the 'Total assets' ...
1
vote
1answer
364 views
What is the recommended way to normalize data during an import from CSV/Excel in ASP.NET (MVC)?
I know there are a thousand data import related questions on Stack Overflow, and please accept my apologies if this has already been asked somewhere, but I wondered if anybody could advise of any ...
0
votes
1answer
159 views
Matlab Importdata
I'm currently writing a piece of code which is supposed to import text files using importdata and count the number of columns, i thought the cols() function would suffice for this, but it seems that ...
2
votes
1answer
343 views
Matlab Importdata Precision
I'm trying to use importdata for several data files containing data of a precision up to 11 digits after the decimal, is Matlab seems to think I am only interested in the first 5 digits when using ...
2
votes
1answer
736 views
Correct location for data import file in Rails 3.1 (custom rake task)
I am trying to run this custom rake task to import data into my Rails 3.1 app:
desc "Import users."
task :import_users => :environment do
File.open("users.txt", "r").each do |line|
...
2
votes
1answer
410 views
how to make use of rdf data of dmoz with mysql and php?
I have searched through the web, but still not be able to get a solid answer.
My goal is to make use of rdf data from dmoz, so here are 2 questions:
how to import the rdf into mysql? (any solid tool ...
2
votes
1answer
40 views
SQL Server data import after modifying tables
I have a database backup which I imported into SQL Server and made few changes by adding some columns. Did not remove any of the existing columns but added some extra.
Now I wish to import the same ...
2
votes
2answers
2k views
Reading and parsing large delimited text files in VB.net
I'm busy with an applicaton which reads space delimited log files ranging from 5mb to 1gb+ in size, then stores this information to a MySQL database for later use when printing reports based upon the ...
0
votes
3answers
296 views
SQL Server data import
We're designing data import from an external source like MAS200 into our production SQL Server 2005/2008 database. The source is going to be a transactional database and secure/isolated. We need to ...

