Skip to content

Commit

Permalink
README.md updated from https://stackedit.io/
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarValerock committed Apr 16, 2024
1 parent 5673937 commit 4ed917a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,15 @@ This library is "imported" into Power Query by following these steps:
Please contribute in the folder category that best suits. If the folder does not exist, create it.

The functions you create will only work if all the Power Query native functions used are declared in the [**M.pq**](M.pq) file. You can run the [M_Creator.py](M_Creator.py) Python script to locate all the functions via regex and rewrite an M.pq file.

### Naming convention.
The M script creates the entry based on the folder where the function is stored plus the name of the function. This way a function namestored in the folder table w
The M script creates the entry based on the folder where the function is stored plus the name of the function.

**Example:** a function named Join in the folder Table will appear as **Table.Join**




### How can you contribute?

- New functions.
Expand All @@ -57,7 +64,7 @@ Below, you will find other handy PowerQuery libraries:
## License
This project is licensed under the [MIT License](LICENSE).
<!--stackedit_data:
eyJoaXN0b3J5IjpbODAzMDMyNDU4LC0xNDk4NzQzNTI2LC0xMj
eyJoaXN0b3J5IjpbMzM2NDE3ODAyLC0xNDk4NzQzNTI2LC0xMj
cwMTgxNzY5LDExMjg2Mjc3OTksODY3ODY3OTA2LDUxMjg1MjE0
LC02MzA0OTg0NjYsNjk5Mjk3MzIyLC0xMTYzNzkyMjY2LDEwOT
YyMjg1OTcsMjEwNDc3MzcsMTMxNTgxODU0NiwxMTgyOTgyOTg2
Expand Down

0 comments on commit 4ed917a

Please sign in to comment.