Skip to content

A semi-colon aligner for hybris IMPEX files, or semi-colon delimited CSVs

License

Notifications You must be signed in to change notification settings

Muffinoota/impex-aligner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPEX-Aligner package

Atom package

Based off of Freyskeyd's excellent atom-alignment package (Freyskeyd/atom-alignment)

Usage

A semi-colon vertical aligner for hybris IMPEX files.

Select a region of an impex, right click, and select "Align IMPEX"

THIS

INSERT_UPDATE fooComponent;uid[unique=true];name;content;
;pageName;Other page name stuff;$fooResource/foo1.html
;aDifferentPageName;name of something;$fooResource/foo2.html
;yetAnotherPageName;information;$fooResource/foo3.html

BECOMES THIS

INSERT_UPDATE fooComponent ; uid[unique=true]   ; name                  ; content ;
                           ; pageName           ; Other page name stuff ; $fooResource/foo1.html
                           ; aDifferentPageName ; name of something     ; $fooResource/foo2.html
                           ; yetAnotherPageName ; information           ; $fooResource/foo3.html

Also I made a GIF of the alignment.

(After alignment you can fold the code too!)

License

MIT © Andre Lerche

MIT © Simon Paitrault

About

A semi-colon aligner for hybris IMPEX files, or semi-colon delimited CSVs

Resources

License

Stars

Watchers

Forks

Packages

No packages published