I have a PowerShell that exports some data, and I am trying to do some BI with it, I have the problem that some paths have ','.
How can I indicate in powerquery to separate on delimiter ',' but ignore if they are part of the path?
I have a PowerShell that exports some data, and I am trying to do some BI with it, I have the problem that some paths have ','.
How can I indicate in powerquery to separate on delimiter ',' but ignore if they are part of the path?
You can't and you need to fix this at source by choosing a different delimiter or enclosing fields in quotes. Although PQ is powerful, it isn't magic and does need to work from some base logic.