I have a CSV (tab-based or with fixed width ..) like this:
To copy and paste it to another software, I need to quote some columns, here for example the 2nd:
Any (simple) ideas?
I can help myself with other features, but if this "feature" would already exist it would be fine ..
Code: Select all
ID Name Value A Value B
1 John Doe a b 1 2 3
1234568 J. F. Ken some thing
Code: Select all
ID 'Name' Value A Value B
1 'John Doe' a b 1 2 3
1234568 'J. F. Ken' some thing
I can help myself with other features, but if this "feature" would already exist it would be fine ..
UE 26.20.0.74 German / Win 10 x 64 Pro