data
Here are 10,733 public repositories matching this topic...
-
Updated
Apr 17, 2022 - Clojure
-
Updated
Apr 17, 2022 - TypeScript
-
Updated
Apr 6, 2022 - Jupyter Notebook
-
Updated
Apr 9, 2022
-
Updated
Nov 9, 2020 - Python
It would be good to be able to have the field name escaped with the SQL importer, and to be able to choose by which character.
This was discussed in Issue #1940
Proposed solution
Add a text field for an escape character in the SQL Exporter.
Alternatives considered
Data manipulation at the text level after exportation.
Additional context


While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.