#21
|
||||
|
||||
![]()
@mgpai: I've replied to your mail
![]()
__________________
JD-Dev & Server-Admin |
#22
|
|||
|
|||
![]()
As already explained in my reply. At least the version of excel I am using modifies the format of JSON string and hence fails on import.
|
#23
|
||||
|
||||
![]() Quote:
Indeed, Excel can be a pain in the ass with it's automatic format modifications. But you can avoid/circumvent those 'unwanted' Excel features. BTW I am using Excel 2019, but I have different versions on different machines running. If you can give me one or two examples (original and modified JSON string, modified by Excel that is) I can check if you can keep Excel from making these modifications. |
#24
|
||||
|
||||
![]() Quote:
mega.nz/file/nUN0DDqD#hxLqY3crccUFtyTbI_Ode7QL-bolZJ6yqx5imElgbhA Code:
"[{\"type\":\"CONTENT\",\"enabled\":true},{\"type\":\"CUSTOM\",\"enabled\":true},{\"type\":\"REFERRER\",\"enabled\":true},{\"type\":\"ORIGIN\",\"enabled\":true},{\"type\":\"CONTAINER\",\"enabled\":true}]"
__________________
JD-Dev & Server-Admin |
#25
|
||||
|
||||
![]() Quote:
|
#26
|
||||
|
||||
![]()
First result: Several quotes are missing.
Will try to figure out how to avoid this 'corruption': Code:
[{\type\":\"CONTENT\",\"enabled\":true},{\"type\":\"CUSTOM\",\"enabled\":true},{\"type\":\"REFERRER\",\"enabled\":true},{\"type\":\"ORIGIN\",\"enabled\":true},{\"type\":\"CONTAINER\",\"enabled\":true}]" |
#27
|
||||
|
||||
![]() Quote:
The reason is the typical automatic (formula...) detection in Excel. Proceed as follows, and no quotation mark will be removed. Nothing will be changed.
Now you can can copy any tsv data to that sheet. E.g. by opening the TSV file in Window Notepad, copying the contents to your clipboard and pasting it in the Excel sheet. Last edited by StefanM; 25.06.2022 at 17:02. |
![]() |
Thread Tools | |
Display Modes | |
|
|