-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add MicrosoftOfficeFilesParser independent publisher connector by Steven Soe #3936
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
base: dev
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
Hi Steven, Troy |
Hi Troy,
Yes, that is correct. API is hosted on my azure environment.
Thanks,
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Troy Taylor ***@***.***>
Sent: Thursday, July 17, 2025 12:21:17 PM
To: microsoft/PowerPlatformConnectors ***@***.***>
Cc: Steven Soe ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/PowerPlatformConnectors] Add MicrosoftOfficeFilesParser independent publisher connector by Steven Soe (PR #3936)
[https://avatars.githubusercontent.com/u/44444967?s=20&v=4]troystaylor left a comment (microsoft/PowerPlatformConnectors#3936)<#3936 (comment)>
Hi Steven,
It appears that you are the owner of the API service - is that correct?
Troy
—
Reply to this email directly, view it on GitHub<#3936 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AT5MSPV6CMQD2HLLDQZMB533I4QD3AVCNFSM6AAAAACBWUFTB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOBSGQZTSNJYHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi Steven, Troy |
Hi Troy,
Are you referring to verified publishers instead? Because I couldn’t able to find Certified Publisher.
Thanks in advanced
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Troy Taylor ***@***.***>
Sent: Thursday, July 17, 2025 12:26:44 PM
To: microsoft/PowerPlatformConnectors ***@***.***>
Cc: Steven Soe ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/PowerPlatformConnectors] Add MicrosoftOfficeFilesParser independent publisher connector by Steven Soe (PR #3936)
[https://avatars.githubusercontent.com/u/44444967?s=20&v=4]troystaylor left a comment (microsoft/PowerPlatformConnectors#3936)<#3936 (comment)>
Hi Steven,
Then you will need to submit the connector as a Certified Publisher instead of as an Independent Publisher:
https://learn.microsoft.com/en-us/connectors/custom-connectors/submit-for-certification
Troy
—
Reply to this email directly, view it on GitHub<#3936 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AT5MSPVZQOWDULC7EZWQ2AT3I4QYJAVCNFSM6AAAAACBWUFTB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOBSGQ2DONBSGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi Steven, Troy |
Hi Troy,
Understood now. Thanks and have a nice evening ahead!
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Troy Taylor ***@***.***>
Sent: Thursday, July 17, 2025 12:42 PM
To: microsoft/PowerPlatformConnectors ***@***.***>
Cc: Steven Soe ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/PowerPlatformConnectors] Add MicrosoftOfficeFilesParser independent publisher connector by Steven Soe (PR #3936)
[https://avatars.githubusercontent.com/u/44444967?s=20&v=4]troystaylor left a comment (microsoft/PowerPlatformConnectors#3936)<#3936 (comment)>
Hi Steven,
Apologies (it is late here on the east coast of the US), yes I meant verified publisher.
Troy
—
Reply to this email directly, view it on GitHub<#3936 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AT5MSPR27RHLDUODND4IIGD3I4SUJAVCNFSM6AAAAACBWUFTB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOBSGQ3TENZXG4>.
You are receiving this because you were mentioned.
|
Hi Troy, I have resubmitted for review under Certified-connector folder. |
Hi @troystaylor Would like to check if my resubmission is all good please. Thanks a lot. |
Hi Steven, Troy |
Many thanks @troystaylor and @vmanoharas . Look forward to feedback. |
Hi @ssdevkit, Thank you for submitting your connector. However, it is observed that the files are not as expected. Kindly refer the screenshot below. ![]() Please refer below links and submit your artifacts. https://github.com/microsoft/PowerPlatformConnectors/blob/dev/README.md https://github.com/microsoft/PowerPlatformConnectors?tab=readme-ov-file#certified-connectors |
Hi @certificationteam Thank you for the feedback. I have updated the submission to reflect on correct folders. |
Hi @certificationteam Would like to check if my submission is all good please? |
Hi @ssdevkit,, Unfortunately, the folder structure is not as expected, kindly refer this link and update them. https://github.com/microsoft/PowerPlatformConnectors/tree/dev/templates/certified-connectors ![]() |
Hi @certificationteam - I have now updated my submission. Please help to check. |
Hi @certificationteam I really would like to get feedback on my submission as it has taken awhile. Many thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ssdevkit,
Please address review comments.
}, | ||
{ | ||
"propertyName": "Categories", | ||
"propertyValue": "Document Processing, Excel, Word" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the below error:
##[error]The connector category is invalid. Available categories are: [AI, Business Management, Business Intelligence, Collaboration, Commerce, Communication, Content and Files, Finance, Data, Human Resources, Internet of Things, IT Operations, Lifestyle and Entertainment, Marketing, Productivity, Sales and CRM, Security, Social Media, Website]. ValuePath: /x-ms-connector-metadata/2/propertyValue
"swagger": "2.0", | ||
"info": { | ||
"version": "1.0", | ||
"title": "MicrosoftOffice Files Parser", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove reserved word "Microsoft".
Pull Request Description
Overview
This pull request adds a new Independent Publisher connector named MicrosoftOfficeFilesParser. The connector enables parsing of Microsoft Word and Excel files by accepting base64-encoded content and returning extracted text or worksheet data in a structured format. It is designed to be used in Power Automate, Power Apps, and Azure Logic Apps for document content extraction and automation scenarios.
Features
Testing and Validation
paconn validate
tool to ensure compliance with the connector standards.Attestations
"iconBrandColor": "#da3b01"
in the API properties file.Please review and provide feedback or approve for merge. Thank you!