Concatenate fields

Post any question you may have in regards to GoAnywhere MFT and let our talented support staff and other users assist you.
If you need a quicker response, please create a support ticket via the customer portal my.goanywhere.com or contact our support team by email at [email protected].
3 posts Page 1 of 1

dhascup

Posts: 5
Joined: Mon Mar 24, 2014 9:11 am

Post by dhascup » Mon Dec 07, 2015 3:37 pm
${Concat(dataItem[7], dataItem[8])}

This is not working. Asking for text field only. Do I need to add a field to the as400 file and modify the program to concatenate prior to sending to goAnywhere?


Regards,
David Hascup

Support_Rick

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Mon Dec 07, 2015 5:41 pm
David,

Not knowing the details, I would try something like:

${ Concat( String(dataItem[7]), String(dataItem[8]) ) }

Let me know.
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696

dhascup

Posts: 5
Joined: Mon Mar 24, 2014 9:11 am

Post by dhascup » Wed Dec 09, 2015 3:53 pm
Rick,

Excellent….works perfect. Thank you

David
3 posts Page 1 of 1