Hi,
When I use import function, I can only upload one component for one task. Unless it cannot pass validation.
Import example:
I use "," between different components, but it not passes validation.
Component/s |
Data Logic,Sales Report |
Hi @funny,
You can import multiple components by creating multiple columns in your CSV file - one column for each component. You will not be able to do it by adding them in the same column and separating them with a comma or other differentiators. Only by using individual columns, this can be achieved.
Hope this helps!
Thanks!
You didn't read the kba fully, for multiple values each value needs to be a separate column, e.g.
Key,Summary,Component/s,Component/s
KEYTOUPDATE-5,,component-a,component-b
The csv reader must split the columns in some way - so current it either thinks your csv is malformed (missing header), or treats your comma separated components as a single value, because you're using a different delimiter than comma.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.