Skip to content
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

Open
shep-kel opened this issue Apr 23, 2018 · 4 comments
Open

output equals full question #2

shep-kel opened this issue Apr 23, 2018 · 4 comments

Comments

@shep-kel
Copy link

shep-kel commented Apr 23, 2018

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.

@AmirSasson
Copy link
Owner

AmirSasson commented Apr 24, 2018

let me understand you want to eliminate only the total_results element?
are you able to ignore them or remove the column from within the powerbi query editor?
#1

@shep-kel
Copy link
Author

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.

@AmirSasson
Copy link
Owner

i guess you can submit a PR that handles differently this line
so we can add an option for the user to decide bulk/or full retrieval of data, and if it is full treat the above line differently. let me know if u need any more clarifications.

@shep-kel
Copy link
Author

shep-kel commented Apr 24, 2018

Not sure how I would treat it...I tried Table.Skip and was unsuccessful. What do you recommend to do the job?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants