Hi Bruce
I think I need to better explain my dilemma and show what I have created so far as a workaround.
My website requires a .cfv file for SKU import.
I want to add variant dropdown boxes [img]
https://ibb.co/hVW8x6G[/img]
I will need to add a cell on that SKU's row titled "Option 1" & "Option 1 Value"
The cell value "Option 1" displays the type of box displayed on the website. e.g. "Size"
The cell value "Option 1 Value" is for the drop down box options, e.g. "LRG,XLRG"
So the requirement for one drop down box on the website is two cells in the .cfv.
Some SKU's will have more than one variant.
If I have a SKU with as many as 3 drop down boxes, I would then require 6 cells.
I/C only has 3 Optional Text fields for output which I have enabled. [img]
https://ibb.co/f920KbF[/img]
Filling any of these fields has enabled me to retrieve the info in GridView. [img]
https://ibb.co/zV2K4Yp[/img]
"Colour Value","Size Value","Weight Value"
In order to create 6 fields from only 3 I created 3 calculated columns that fill the cells with the words "Colour","Size"and"Weight" [img]
https://ibb.co/Rc1ZPkL[/img]
The Header for the .cfv must be titled "Option1,Option1Val,Option2,Option2Val..etc."
At this point I tried to upload to the website but realized that if the Variant was in the Option2 cell and the Option1 is blank the upload would not work. The cells need to be shifted to the leftmost cells to work. (Option1 must be filled for upload to work)
If I create a calculated column with the 6 columns concatenated together, it would create a single group of words that I could extract out the first,second,third,fourth word.etc. to the first,second,third,fourth cell. [img]
https://ibb.co/dkRWB2b[/img]
All columns right of and including concatenate will be hidden in the output to .cfv.
Sorry for the confusing post.
I hope I have explained it well.
Any ideas would be greatly appreciated.
Adrian