Name, Description, and Location are all multi value fields that directly corresponds to each other. Here is the sample for one of the hosts: Name Description Location
...
See more...
Name, Description, and Location are all multi value fields that directly corresponds to each other. Here is the sample for one of the hosts: Name Description Location
name1 description1 location1
name2 description2 location2
name3 description3 location3
name4 description4 location4 Can you explain how is this sample for ONE of the hosts? Does the above represent one field with five lines, the first line being "Name Description Location"? Or do you mean to say a sample for one of the hosts looks like Name Description Location Name1 Name2 Name3 Name4 description1 description2 description3 description4 location1 location2 location3 location4 Or something totally different? Also, your SPL snippet doesn't show the mvexpand command that causes the memory error. How are you using mvexpand? Additionally, what is the expected output from the sample, after you clarify how the sample actually look like?