Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
SReddy1609746299
Contributor
Contributor

Inconsistent File Format While Pulling the Data from API

Hello Team,

I have a python script which will pull a file from API and when I am calling this script(Tsystem component) in TOS for Big Data(6.3.2) and running it and it is working fine but when I am building the same job and running the same job in Jenkins using the .Bat file then the file is getting downloaded but the column order of the file are getting swapped. Can someone please help on this.

Correct column format/order(When ran in TOS for Big data):

List of Columns:

m_id,id,i_id,q_id,response,s_at,r_url,r_type,q_label

Incorrect column format/order(When ran in TOS for Big data):

id,i_id,m_id,q_id,q_label,r_url,response,r_type,s_at

Please let us know if you need anything...Thanks in Advance!!!

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

Does this issue reproduced on talend open studio for bigdata V 7.3.1?

Best regards

Sabrina

 

 

SReddy1609746299
Contributor
Contributor
Author

Thanks for your Reply!!

Not in V7.3.1 but I have reproduced the same in TOD for Big Data 7.2.1 and I could see the same issue.. Do you think its something related with the python script which we are using to pull the data from API and downloading the .csv file or its something with the Talend. Any ideas??