@geogirafe/lib-geoportal 1.1.0-dev.2463680603 → 1.1.0-dev.2463717290
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.1.0-dev.
|
|
1
|
+
{"version":"1.1.0-dev.2463717290", "build":"2463717290", "date":"19/04/2026"}
|
|
@@ -248,7 +248,7 @@ class GirafeConfig {
|
|
|
248
248
|
extension: '.csv',
|
|
249
249
|
includeHeader: true,
|
|
250
250
|
quote: "'",
|
|
251
|
-
separator: ','
|
|
251
|
+
separator: ';' /* Switched to ';' as ',' wasn't working with MS Excel out of the Box (double-click on the file) while for example LibreOffice works with both*/
|
|
252
252
|
};
|
|
253
253
|
return {
|
|
254
254
|
...defaultConfig,
|