import CSV datafile to Existing AEP Dataset
I have a CSV datafile which needs to be loaded into Existing AEP Dataset mapped to a schema, which needs to be performed via API
Data ingestion Questions:
while providing the Filepath as one of the Param in the URL, do we need to pass CSV file Schema structure or always JSON format ?
While uploading the File in body section is this needs to be completely different from file used in FILE_PATH variable shown below or can we use same file in both section?
how to map a CSV file attributes to existing Dataset Schema via API?

Scenario's tested as of now:
1. Providing json file absolute path in filePath variable and uploading json Datafile from body able to import data into existing DATASET in AEP
2. Providing json file absolute path in filePath variable and uploading CSV Datafile, able to trigger the batch but ended with ERROR.

3. Providing CSV file absolute path in filePath variable and uploading CSV Datafile, able to trigger the batch but ended with ERROR.

Dataset Question:
Can any one help how to create DATASET via API, as shown below what is the expectation in body section.












