Forum Discussion
smpa01
Community Champion
4 years agoConverting a table to javascript array of objects
I am trying to convert a table
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("Jc65DQAxCETRXog34PTgWiz338ZiCJ8YpH8OCX0kni50v0NaUveFlpWQrtby0mKVUZQSGrNc70/C54aWYZS9...
- 4 years ago
Try putting the value into a table visual then copying it from there.
Vijay_A_Verma
Most Valuable Professional
4 years agoYour table is containing correct value and should not be a cause of concern as right values are contained in PQ console.
Looks like you are doing CTRL+C in PQ table directly and then copying in some text editor which introduces additional quotes because the string contains quotes. If you copy the same in Word or Excel, you will see that string is copied the way it should be.