Kimlv / FetchXML-to-SQL

Convert Dynamics CRM FetchXML to SQL Queries the easy way!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

  • I don't have access to Dynamics CRM anymore.
  • Feel free to fork the project and take over.

⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️

Convert fetchXML to SQL

FetchXML2SQL in Action

Synopsis

This is a work in progress...

This tool is born out of the need to convert Microsoft Dynamics CRM generated fetchXML to SQL queries. Although you can get it by running profiler on SQL server. But this tool does it without the need for a SQL server.

Download Now

How it works

It just parse the fetchXML file and creates SQL statements based on the input, just like we humans do when we manually convert fetchXML to SQL.

Whats missing from the first release

  1. Most of the operators such as this-month, next-month, last-year, etc. Planned to be included in the next release.
  2. Nested filters in fetchXML such as
  3. You tell me! Please add some issues to work on.

⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️⛔️

About

Convert Dynamics CRM FetchXML to SQL Queries the easy way!


Languages

Language:C# 100.0%