I have a question in connection with this problem. I try to import csv file into mysql table but I get this error message: "can't analyze file. "please try to change the encoding type. If that doesn't help, maybe the file is not: csv or the file is empty". I set the coding to utf 8 in excel when I saved the csv file but doesn't work.
Thanks your help guys :)
These are the first three rows of the csv:
How to import only a single field in Robomongo while importing a JSON file in MongoDB?
I have tried but no queries of deleting the fields works.. so I want to import a single field. Is it possible?
I've to import some data from a CSV file formatted with Excel and in UTF-8 encoding.
The error thrown at me when importing the data refers to fields with blank spaces that should be set to null:
incorrect integer value '' for column 'name_column' at row 1
I tried to change the format coding to set null/NULL/none instead of blank spaces in the Excel fields, but the result is the same.
I cannot import the data by query because LOAD DATA is not supported by my MySQL version.
PCC V10-have exported the table (MS Excel), identified which transactions are missing and have isolated them in same format as original file.
Have saved as .csv with and without headers - wont' import.
I have saved as .txt file, says it imported the lines successfully, but I can find them? any suggestions as to the correct import procedure from csv format into pcc (open item file) table
The data I'm trying to import is here: http://archive.ics.uci.edu/ml/machine-learning-databases/car/
car.data 51 K
There are no missing values in this data, yet there are lots of "?"s in the rapidminer once I imported the data. I looked at to the source and those data, which shown as "?", do exist properly in the source. What may be the problem?
by the way, if I download that file it's extension is .data. How should I import that kind of files? I import it as if it is a .csv file and it looks ok at first but there are those "?"s.
It's been sometime since I have used Rapidminer, but AFAIK, you can import .data file by using csv Import Wizard and setting the file type to All Files.
Regarding the ? values, you would have the look at the settings while importing the file and may have to adjust the datatype in Step 4 of the Import Wizard (the dropdown menu)
Use the Read CSV operator to load the file.
In the "Data import wizard - Step 2 of 4 screen, find the Column Separation group box and select the radio button Comma ",". The default separator is the semicolon and car.csv is comma-separated.
In the next step-- "Data import wizard - Step 3 of 4"-- change the annotation for row 1 from Name to - (the dash character). This tells RapidMiner that the first row contains data and not column headers.