Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giacomozanatta/sfcc-properties
Export Salesforce Commerce Cloud Properties in an .xslx excel file
https://github.com/giacomozanatta/sfcc-properties
commercecloud excel golang properties salesforce sfcc
Last synced: 28 days ago
JSON representation
Export Salesforce Commerce Cloud Properties in an .xslx excel file
- Host: GitHub
- URL: https://github.com/giacomozanatta/sfcc-properties
- Owner: giacomozanatta
- Created: 2022-01-31T19:39:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T06:35:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T23:58:00.381Z (3 months ago)
- Topics: commercecloud, excel, golang, properties, salesforce, sfcc
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SFCC-PROPERTIES
With this simple script you can export in an excel file all the active properties of a Salesforce Commerce Cloud (SFCC) project.
## Usage
1. First install the program: ```go install github.com/giacomozanatta/sfcc-properties@latest```
2. Navigate in the main folder of your project
3. Create a file named config.json. This json is compose of two attributes:
- cartridges: [string]: you must insert all active cartridge, in reverse cartrdige path order (from the less important to the most one)
- locales: [string] insert all locales you have in the properties files
4. Launch the program with ```sfcc-properties```
5. The program will produce a properties.xlsx file in the main folder of your project.