Creating a test profile using a csv file
In Adobe Experience Platform, you can create profiles by uploading a csv file containing the different profile fields into your dataset. This is the easiest method.
- Create a simple csv file using a spreadsheet software.
- Add one column for each needed field. Make sure you add the primary identity field (“personID” in our example above) and the “testProfile” field set to “true”.
- Add one line per profile and fill in the values for each field.
- Save the spreadsheet as a csv file. Make sure commas are used as separators.
- In Adobe Experience Platform, click Workflows, in the left menu.
- Choose Map CSV to XDM schema, then click Launch.
- Select the dataset you want to import the profiles into. Click Next.
- Click Choose files and select your csv file. When the file is uploaded, click Next.
- Map the source csv fields to the schema fields, then click Finish.
- The data import begins. The status will move from Processing to Success. Click Preview data set, in the top right.
- Check that the test profiles have been correctly added.
Your test profiles are added and can now be used when testing a journey. Refer to this section.
For more information on csv imports, refer to the Data Ingestion documentation.