Skip to content

Instantly share code, notes, and snippets.

@mallain
Created August 19, 2010 15:20
Show Gist options
  • Save mallain/538123 to your computer and use it in GitHub Desktop.
Save mallain/538123 to your computer and use it in GitHub Desktop.
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
"ID_JOB";"NOM_JOB";"DATE_DEBUT";"DATE_FIN"
"1";"W_TRAITEMENT_COMPLET";"2010-08-19 17:16:02";NULL
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
"ID_TLOGCATCHER";"DATE_TLOGTCATCHER";"JOB_NAME";"CODE_ERREUR";"TYPE_OBJECT";"NOM_OBJECT";"MESSAGE";"ID_TSTATCATCHER"
"1";"2010-08-19 17:16:04";"J_01_CHARGE_REFERENTIEL_PAYS";"42";"tWarn";"tWarn_1";"tWarn test";"1"
"2";"2010-08-19 17:16:10";"J_05_CHARGE_REFERENTIEL_COMPETENCES";"4";"tDie";"tDie_1";"tDie test";"9"
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
"ID_TSTATCATCHER";"DATE_TSTATCATCHER";"JOB_NAME";"MESSAGE_TYPE";"MESSAGE";"TEMPS_EXECUTION";"ID_JOB"
"1";"2010-08-19 17:16:02";"J_01_CHARGE_REFERENTIEL_PAYS";"begin";NULL;NULL;"1"
"2";"2010-08-19 17:16:04";"J_01_CHARGE_REFERENTIEL_PAYS";"end";"success";"1970";"1"
"3";"2010-08-19 17:16:05";"J_02_CHARGE_REFERENTIEL_DIVISIONS";"begin";NULL;NULL;"1"
"4";"2010-08-19 17:16:06";"J_02_CHARGE_REFERENTIEL_DIVISIONS";"end";"success";"1272";"1"
"5";"2010-08-19 17:16:06";"J_03_CHARGE_REFERENTIEL_AGENCES";"begin";NULL;NULL;"1"
"6";"2010-08-19 17:16:07";"J_03_CHARGE_REFERENTIEL_AGENCES";"end";"success";"990";"1"
"7";"2010-08-19 17:16:08";"J_04_CHARGE_REFERENTIEL_FONCTIONS";"begin";NULL;NULL;"1"
"8";"2010-08-19 17:16:09";"J_04_CHARGE_REFERENTIEL_FONCTIONS";"end";"success";"1185";"1"
"9";"2010-08-19 17:16:09";"J_05_CHARGE_REFERENTIEL_COMPETENCES";"begin";NULL;NULL;"1"
"10";"2010-08-19 17:16:10";"J_05_CHARGE_REFERENTIEL_COMPETENCES";"end";"failure";"929";"1"
@mallain
Copy link
Author

mallain commented Aug 19, 2010

Logging Talend Jobs into MySQL database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment