Input
need the output in this format.
Hi-
This update should help address that. Just does a transpose, splits the names, and then joins back on record position before checking to make sure that at least one of the location/phone columns has a value. If you send multiple workers through but they have differing numbers of locations/phones it will present nulls for the ones with less.
Hi -
What you're looking for can be accomplished using the arrange tool (assuming there is a set number of locations/phones)
Thanks, this works fine with static columns.
But office_[index]_location and office_[index]_phone are dynamic columns, it may have more columns based on the input data.
Could you please help me to resolve this issue.