Hi
Using the Anaplan api how to get the schema details of the file by passing the file name. I am using api version 1.3
Thanks
Kandasamy
Hi,
Can you please elaborate what you mean by schema details of the file?
Under the model I am having list of report file in .csv and .xls files
my requirement is by using the filename I need to get the schema details
For Example head_count.csv report file it contains Unique_ID ,Budget_ID, Employee_ID, Employee_Name as column name. I need to extract the column name and datatype of the file using the Anaplan api
Under https://anaplan.docs.apiary.io/#reference/export, look for "Get the metadata for an export definition".
Please refer the link posted by @ben_speight
If you need specific help and are unable to execute the API call, please feel free to ask for additional help!
Thanks, I refereed the api document and exported the metadata for the export id, but as a response output I can see
ENTITY not the exact data type.
Please let me know how to get the exact data type.
I gone through the ben_speight posts but I can't find any help on getting the exact date type for the export id from metadata.
In the postman I can see ENTITY as the datatype as response output . I need to how to get the actual data type .
The dataTypes field carries only basic information about the data in the columns to differentiate between Boolean, numeric, text, date, entity(list-formatted) and time entity. For a module view where line items are not in columns but have a mix of data types, dataTypes are likely to be MIXED for the data as they could vary by row. For columns assigned to list dimensions, the column name should identify the dimension.
Hi, I'm trying to create a month to date line that is based on a specific input date, not the actual date. Is this possible?
The data I'm trying to import is as follows Parent-Code A B A C B D C D D E I want to generate the following list from this data: L1 L2 L3 L4 A A-B A-B-D A-B-D-E A A-C A-C-D A-C-D-E You can create up to L3.However, L4 has multiple parents for one row of data When I try to create L4 from D-E, only one list row is generated…
Hello Anaplan Community, I have a special requirement from a customer and would appreciate your input. Let me explain the situation: We have a hierarchy with three levels: Level 1, Level 2, and Level 3. Screen 1: Creation of Level 1 Items On this screen, the user selects a team. Based on their selection, an action runs to…