Skip to content

Export Salesforce Commerce Cloud Properties in an .xslx excel file

Notifications You must be signed in to change notification settings

giacomozanatta/sfcc-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Launch the program with sfcc-properties
  2. The program will produce a properties.xlsx file in the main folder of your project.