-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output equals full question #2
Comments
let me understand you want to eliminate only the |
yes, eliminate it before the data gets sucked into PowerBI. I am new to PowerBI so I am not sure about ignoring or removing it there. All I see when in PowerBI is that element and not the rest of the elements. |
i guess you can submit a PR that handles differently this line |
Not sure how I would treat it...I tried Table.Skip and was unsuccessful. What do you recommend to do the job? |
I am using the connector you created...thanks so much for making this available. I do have a question. When using output = bulk, I am only getting the top 200 rows returned. I decided to try output = full which pulls everything. However, the first item in the xml returned is total_result. Can you tell me how I can eliminate that section in the results? Here is an example:
<rsp stat="ok" version="1.0"> <result> <total_results>73</total_results> <customRedirect> <id>5406</id> <name>Some name</name> <url>http://wvw</url> <destination_url>http://cdn-www.</destination_url> <created_at>2017-09-11 08:57:21</created_at> <updated_at>2018-02-27 13:06:57</updated_at> </customRedirect> </result> </rsp>
I would like to only return the sections.
Thank you for your help.
The text was updated successfully, but these errors were encountered: