Hello
I have an application that is running against IoTDB version 0.12 which I would like to upgrade to 1.3 However I have some timeseries paths that contain numbers (eg below) root.ABC.health.url.17.code >From the documentation it seems this is not supported beyond 0.13 To migrate this data I am proposing this process; 1. Use "select into" to migrate to a new path ie root.ABC.health.url.17.code -> root.ABC.health.url.U17.code 2. Delete the old timeseries ie root.ABC.health.url.17.code 3. Upgrade IoTDB Is this the correct/best approach? Thanks Trevor Hart
