Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
I am trying to change a clip content in the Microsoft Mashup Format (Essentially XML; Power BI copies M Scripts in that format and only allows pastes in that format, too).
So I get the content by Context Menu "View Full Description" or "Add-Ins / Ditto-Utils / Paste Any Clip As Text". But how do I get it back into the "Microsoft Mashup Format"?
I tried to Export the clip in order to change the content, but export is SQLite with a BLOB which is not so easy.
Hi there,
I am trying to change a clip content in the Microsoft Mashup Format (Essentially XML; Power BI copies M Scripts in that format and only allows pastes in that format, too).
So I get the content by Context Menu "View Full Description" or "Add-Ins / Ditto-Utils / Paste Any Clip As Text". But how do I get it back into the "Microsoft Mashup Format"?
I tried to Export the clip in order to change the content, but export is SQLite with a BLOB which is not so easy.
Anybody has an idea?