/impex-aligner

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

Primary LanguageCoffeeScriptMIT LicenseMIT

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