diff --git a/examples/excel2json/README.md b/examples/excel2json/README.md index e64bb72..aff9367 100644 --- a/examples/excel2json/README.md +++ b/examples/excel2json/README.md @@ -42,7 +42,8 @@ docker run -v /home/sombochea/excel2json:/app/data -e APP_NAME="EXCEL 2 JSON" -e "configs": { "outputPath": "./data/outputs/exported", "outputName": "my_exported_data", - "sheetName": "Sheet1" + "sheetName": "Sheet1", + "saveToOutput": true } } ``` diff --git a/examples/excel2json/data/mapper.json b/examples/excel2json/data/mapper.json index 3e1d9e2..80ff8e5 100644 --- a/examples/excel2json/data/mapper.json +++ b/examples/excel2json/data/mapper.json @@ -12,6 +12,7 @@ "configs": { "outputPath": "./data/outputs/exported", "outputName": "my_exported_data", - "sheetName": "Sheet1" + "sheetName": "Sheet1", + "saveToOutput": true } }