Support mapped column names with special characters
michaelaltmann opened this issue · 3 comments
michaelaltmann commented
For example
amount Float? @Map("Amount (LCY)")
keonik commented
I believe this already works
amount Float? @map("Amount (LCY)")
keonik commented
Wait nevermind. This is less of a library limitation and more of a mermaid issue. I just tried fixing the regex used to get the strings. Even after getting it to parse out the right string, it failed in the mermaid command.
keonik commented
Closing as this is a limit of mermaid