Importing is not working
Hi,
We are trying to import from one source to Anaplan but we are not able to import anything. We are able to export the data. please find the output below that we are getting when we are trying to import.
{
"meta": {
"schema": "https://api.anaplan.com/2/0/models/B97129A7835A44D484A5008266AB711E/objects/file"
},
"status": {
"code": 200,
"message": "Success"
},
"file": {
"id": "113000000210",
"name": "ETRM-Anaplan.csv",
"chunkCount": 1,
"delimiter": "\"",
"encoding": "ISO-8859-1",
"firstDataRow": 2,
"format": "txt",
"headerRow": 1,
"separator": ","
}
}
Is it due to delimiter or anything else, can anyone please help me here?
Answers
-
Run the action manually and share what's the error message? Download the error log and share as well.
0 -
If you are working on bulk API doing the file upload the data is successfully stored in anaplan staging area as you can see in status message as success, now you need to run then import so that the data gets loaded into Anaplan list or modules.
To import your data using the API:- Upload files.
- Get the import id and Start the import.
- Monitor each import task using the id that was returned when you started the import. If you are importing a large file, it might take some time depending on the way in which you import it.
- Check for failures in each import task when the import is complete.
0 -
@SriNitya
We are trying to import one import only, yeah file is getting loaded but not able to import, is it due to any delimiter, as in here I can see delimiter as \.0 -
@Vicky_Kapri
As a response of starting import action, we get task id, I believe data might be loaded into system.
Just check what is the method type i.e. POST, PUT, GET for this request and do required changes if required.
If you get the error again can you share the screenshot what it is exactly.0