@esfaenza/extensions 11.2.48 → 11.2.49

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.
@@ -1230,7 +1230,7 @@
1230
1230
  var toEmit = obj[prop + csvVisPrefix];
1231
1231
  var format = obj[prop + csvFormatPrefix];
1232
1232
  var propKey = obj[prop + csvPropKey];
1233
- if (propKey && !columnsSelection[propKey]) {
1233
+ if (propKey && !columnsSelection[propKey] && Object.keys(columnsSelection).length > 0) {
1234
1234
  console.log("[@esfaenza/extensions] Colonna da non esportare: " + propKey);
1235
1235
  return;
1236
1236
  }