ANAPLAN API 1.3 WTH PYTHON || IMPORT FAILED

Options
sai_anil_peddi
sai_anil_peddi Member, ALL USERS, Partner, Certified Model Builder Posts: 5 Occasional Contributor

Hi All,

 

I am trying to import an file into Anaplan. I have run the import action using python. I am getting status code 200 and when i have checked import status it's showing successful but the data load is not happened in the module. Kindly help 

PFAimage.png

 

 

Thanks,

Sai

Comments

  • sai_anil_peddi
    sai_anil_peddi Member, ALL USERS, Partner, Certified Model Builder Posts: 5 Occasional Contributor

    image.png

     

    This is the code i had used

  • sai_anil_peddi
    sai_anil_peddi Member, ALL USERS, Partner, Certified Model Builder Posts: 5 Occasional Contributor
    I was trying to upload file in import script. from the reply i think i choosen wrong script to perform the task. so does i have to run chunk upload?

    fileData = {
    'id' : '',
    'name' : '',
    'chunkCount' : ,
    'delimiter' : '',
    'encoding' : '',
    'firstDataRow' : ,
    'format' : '',
    'headerRow' : ,
    'separator' : ''
    }


    if yes i was not aware of these paramenters. could you give brieif detail how the can be filled based on the uploading file

    Thanks in Advance