Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.