Mapping field with array while data loading from flat file
I am trying to load some purchase information from a flat file (csv) where it has just one product per line. My schema is using the OTB field group "Commerce Details" which has an array of Product List as below.

As mentioned above, my file has one product information and I really want to map with the 0th item in the array. I did something like below and getting an error "The mapping for the wild card array path is incompatible. Please revise the mapping and try again"

Is it possible to map array item using flat file, if yes how? If no, what are the supported options and any example will really helpful