<div dir="ltr"><div>I have a pipe delimited file that I'm looking to import</div><div>It does however contain 4-5 fields that have ^ in them which denotes there are multiple items of data in a single field....</div><div>Is there a way to pull the specific field of an import and put it in an array to pair with the filed after it...</div><div><br></div><div>For example, a field has       abc1234^xyz6789      (so this field contains 2 pieces of information</div><div>The very next field has     filename.pdf^filename2.pdf    (so this field also contains 2 pieces of information)</div><div><br></div><div>My filePro file has fields called   set1, set1-file, set2, set2-file, etc.....</div><div>I want to be able to assign  abc1234 to the field called set1 and filename.pdf to set1-file; and assign xyz6789 to set2 and filename2.pdf to set2-file</div><div><br></div><div>Is there a way to pull a field into an array and declare a character (in this case, the ^ ) as a sepator for the array....or is there even a simpler way to do this without doing a bunch of mid statements, etc?</div><div><br></div><div>thanks</div><div><br></div><div>Scott</div><div><br></div><div><br></div></div>