Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are getting Column(s) missing error in tFileInputDelimited component.We have input file with header and 97 columns data and heders are seperated with '~'.We are trying to read file howver it is throwing below error.
Column(s) missing
Column(s) missing
Column(s) missing
Column(s) missing
Column(s) missing
Column(s) missing
Column(s) missing
Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
[ERROR]: artemis_dev.transt_stg_load_param_0_1.Transt_Stg_Load_Param - tFileInputDelimited_2 - Column(s) missing
Regards,
Vivek
There may be possibility that each row may not have value for each and every column and may be there are less column separator ('~').
Then how to overcome these type of problem?
We didn't get approval to provide input file.
will check whether we can provide sample data or not.Meanwhile could you have any idea what could be the cause of this error.
There may be possibility that each row may not have value for each and every column and may be there are less column separator ('~').
Then how to overcome these type of problem?
We didn't get approval to provide input file.
There may be possibility that each row may not have value for each and every column and may be there are less column separator ('~').
Then how to overcome these type of problem?
We didn't get approval to provide input file.
Your file may have empty lines at the bottom. Please remove the empty lines from the files. PFA
FILE BEFORE FIX:
FILE AFTER FIX: