Hi,
Previously I received great guidance from the wonderful forum community in the topic of split/trim/pattern matching but as I was working through it I ran into another delimma..ughhhh... help! Following is the data set that I'm trying to use the to store into an array but what happens when you have the same repeating name for the keys? how would the array distinguish that one is from data set 1 and data set 2? Assuming that you can't change the data sets. Thanks so much for all the help.
//data set 1
title1:
texttext2
header1:
texttext2
//key name is the same as dataset 2
section: texttext1
check: texttext1
bullet: texttext1
//data set 2
title2:
texttext2
header2:
texttext2
//key name is the same as dataset 1
section: texttext2
check: texttext2
bullet: texttext2







Bookmarks