Skip to main content
Solved

In the SQL Creator transformer, what is meant by 'attributes to expose'. When do I need to use it? For example if I have a query which extracts fields, wouldn't the attributes be exposed from the query itself.

  • October 1, 2020
  • 1 reply
  • 23 views

In the SQL Creator transformer, what is meant by 'attributes to expose'. When do I need to use it? For example if I have a query which extracts fields, wouldn't the attributes be exposed from the query itself.

Best answer by oscard

No, the SQLCreator and the SQLExecutor don't expose the attributes by themselves. You have to use the 'attributes to expose' parameter.

 

In that parameter you have a button that can import the attribute names from the SQL sentence you have written.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • Best Answer
  • October 1, 2020

No, the SQLCreator and the SQLExecutor don't expose the attributes by themselves. You have to use the 'attributes to expose' parameter.

 

In that parameter you have a button that can import the attribute names from the SQL sentence you have written.