Page 1 of 1

(solved) how to include commas as parts of strings in partition tables?

Posted: Wed Oct 20, 2021 6:08 pm
by mzimmers
Hi all -

I'm trying to create a partition table with an entry like this:

Code: Select all

NVS_KEY_TZ,data,string,PST+8PDT,M3.2.0,M11.1.0
From what I can see, the nvs_partition_gen.py utility stops at the comma after "PDT," so what gets stored is just "PST+8PDT." It does so whether or not I enclose the time zone string in quotations.

How does one represent a comma as part of a string in a .csv file entry?

Thanks...

Re: how to include commas as parts of strings in partition tables?

Posted: Mon Oct 25, 2021 10:28 pm
by mzimmers
Anyone...?

Re: how to include commas as parts of strings in partition tables?

Posted: Tue Oct 26, 2021 2:21 am
by WiFive

Re: how to include commas as parts of strings in partition tables?

Posted: Tue Oct 26, 2021 3:52 am
by mzimmers
hi WiFive - seems to work...thanks.