ceumicrodata / mETL

mito ETL tool
161 stars 41 forks source link

Getting the following error #31

Closed DuGites closed 9 years ago

DuGites commented 9 years ago

Error in buffer element. Not sure why this occurs but seems like the connection.execute is not able to do it.

bfaludi commented 9 years ago

You get this error when you can not write every record to the database. Usually there is a NULL value in your dataset which is not allowed or one of your map is not defined correctly. If you want to ignore this mechanism you can add the continueOnError: true attribute to your target and you will get a list of every ignored line.

DuGites commented 9 years ago

Mr Faludi, thank you for your answer. I fixed the issue. I had a DB table set to NN and it was sending a null value in the sql Insert.

DuGites commented 8 years ago

Hi Bence, Can we transform one csv file to more than one table? Like split the file into one parent table and the other a child table using metl?

On Tue, Aug 4, 2015 at 3:19 PM, Bence Faludi notifications@github.com wrote:

Closed #31 https://github.com/ceumicrodata/mETL/issues/31.

— Reply to this email directly or view it on GitHub https://github.com/ceumicrodata/mETL/issues/31#event-372869555.