21-11-22 03:22 PM
Hello,
i tried to insert my collection into Excel. The Problem is that the collection contains 3k rows and 82 columns and the process tooked too long. So i solved it with "Get Collection as CSV" -> "Write Text File" -> "Import CSV" what tooks like 1 Second.
The Problem is, that i have to delete the old Header from the the Textdata "Collection CSV as Text" or insert the Collection without the header. I tried to replace "Column ([0-99]+)" with "" an then Trim the start but that does not work.
Otherwhise the CSV has a row too many.
I hope you can help me.
21-11-22 04:18 PM
22-11-22 09:08 AM
Hello @ewilson
I dont know why i haven't seen the Fast Verison of the VBO..
Both of your solutions work perfect.
As usual thanks a lot!
22-11-22 01:33 PM
22-11-22 02:06 PM
22-11-22 02:10 PM
Hello @ewilson
is there any way to save the opened CSV without getting a Data corruption? I mean, i have to use "Save workbook as" or am i wrong?
I dont want to make duplicates in the Main VBOs.
Also if i want to attach it i would need to use the Application Modeller just to save it. That feels a little bit strange..
22-11-22 02:25 PM
22-11-22 02:49 PM
22-11-22 02:49 PM
22-11-22 03:02 PM