Dynamically Convert All Columns / Data Types to String

Is there an easy way to convert every column regardless of datatype over to string? This will be used within a component, so it requires a dynamic approach.

Nevermind. I was able to accomplish it using the node below and constructing a dummy value table via the Extract Column Headers node.

It is not a universal conversion solution, but it handles enough of them for my purposes.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.