Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfbecher/7907990 to your computer and use it in GitHub Desktop.
Save ralfbecher/7907990 to your computer and use it in GitHub Desktop.
QlikView Load Inline Data with alternate Delimiter (eg. Pipe). This enables a possibility to copy/paste data from a deviate formatted CSV source without replacing the delimiters manually to comma..
INLINE:
Load * Inline
[
ENAME|SAL
SCOTT|800
SMITH|900
KIND|600
]
(ansi, txt, delimiter is '|', embedded labels)
;
@yeetlau2
Copy link

can you tell more about how to use it? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment