Skip to content

Import of local Jitterbit Studio projects into named script files

Notifications You must be signed in to change notification settings

michal-kapala/jitterbit-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jitterbit Extractor

A desktop app for Jitterbit script import from local project files made with Wails and Svelte. Imports script code from selected environment into .jb/.js files preserving the original directory structure.

extractor

Building

Install Wails (requires Go and Node), then check it with:

wails doctor

After compilation, the build can be found in build/bin:

wails build

Debugging

Create an application log with:

JitterbitExtractor.exe > log.txt 2>&1