Skip to content

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].
  • dhascup Offline
  • Posts: 5
  • Joined: Mon Mar 24, 2014 9:11 am

Concatenate fields

Post by dhascup »

${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 Offline
  • Support Specialist
  • Posts: 590
  • Joined: Tue Jul 17, 2012 2:12 pm
  • Location: Phoenix, AZ
  • Contact:

Re: Concatenate fields

Post by Support_Rick »

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 Offline
  • Posts: 5
  • Joined: Mon Mar 24, 2014 9:11 am

Re: Concatenate fields

Post by dhascup »

Rick,

Excellent….works perfect. Thank you

David
Post Reply