Automate Adobe Classification Upload | Community
Skip to main content
New Participant
November 23, 2020
Solved

Automate Adobe Classification Upload

  • November 23, 2020
  • 1 reply
  • 2415 views

Hello Adobe Community!

 

I'm working on automating the classification upload to Adobe through FTP but I can't make it work.

1. I need to upload extra details about some IDs so I scheduled a weekly report from our data base to get that info, that report goes to our local FTP server (in a CSV (tab delimited) no header format).

2. In that local ftp server I have the header file (.txt) that is merged with the CSV file into a .tab file using a script.

3. Finally, we have another script that puts the new .tab file and the .fin file into the relevant Adobe FTP location.

 

Apparently there is some issue with this final step. Are you aware of any blockers that might prevent the file upload? Or is there a better way to automate this process? 

 

Thanks a lot in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk
Silvia,
Could you elaborate on the issue you have faced on the final step?
 
Best wishes,
Andrey Osadchuk | Launch Inspector, Analytics Connector, Bookmarks

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
New Participant
November 23, 2020
Silvia,
Could you elaborate on the issue you have faced on the final step?
 
Best wishes,
Andrey Osadchuk | Launch Inspector, Analytics Connector, Bookmarks
New Participant
November 23, 2020

Hi Andrey,

 

I the ops team provided me with a very simple script: 

open sftp://stepstone-saongroup-jobs_5374697:password@ftp3.omniture.com/
put evar29_IJ.tab
put evar29_IJ.fin
exit

 

I've checked the files I can't find why they're not being uploaded to Adobe's ftp. I download the Classifications template and create all the files according to what Adobe suggests.

 

Thanks!