Details
Details
Assignee
Reporter
Edit Screen Preamble
<div class="notify info" style="margin-bottom: 10px;">
If you are a Pentaho customer, please use the <a href="http://support.pentaho.com">Customer Support portal</a> to log issues.
<p />
This system is used for logging bugs and enhancement requests only. Please use our <a href="https://community.pentaho.com">community at https://community.pentaho.com</a> if you have questions, configuration issues, or have an issue with a marketplace plugin as Pentaho does not support marketplace plugins unless written by Pentaho.
<p />
Lastly, when creating a bug, please provide as much detail as possible. To prevent unnecessary delays in reviewing your issue, please attach complete server logs, SQL/MDX logs where applicable, schemas, etc. Also, screen-shots and screen-cams are especially helpful in demonstrating the issue.
<p />
Thank-you so much,<br />
The Pentaho Team
</div>
Notice
<div class="notify info" style="margin-bottom: 10px;">
When an issue is open, the "Fix Version/s" field conveys a target, not necessarily a commitment. When an issue is closed, the "Fix Version/s" field conveys the version that the issue was fixed in.
</div>
In salesforce step, when we do a get fields we get Name and filed columns gets populated with respect to their source. But when people want to use salesforce step to fetch the data Column_names in Name will have spaces and it will cause problems while loading them to a target. In our case we are trying to use pentaho in place of other existing tool and the existing tool actually providing use the data using only ‘field’ not the ‘Name’. So if we have option to enable or disable this behavior it would help us. It would be helpful if we can get “Field“ alone and we don’t need to explicitly select the fields from source something we do with table input step kind of where we don’t need to specify the column names and just use * to fetch the columns.
The need for this kind of is, if anybody wants to use this step for ingesting data from salesforce, they don’t want to specify the column names explicitly every time. They will just pass the object name in run time and the step should be able to fetch all the fields of that object.