Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1025918 // parseCSV_unquote_noHeader - CSV to L<S> - unquotes elements

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2755L/17K).

static LLS parseCSV_unquote_noHeader(S csv) {
  L<S> lines = lines(csv);
  ret map(lines, s -> tok_splitAtComma_unquote(s));
}

Author comment

Began life as a copy of #1008392

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025918
Snippet name: parseCSV_unquote_noHeader - CSV to L<S> - unquotes elements
Eternal ID of this version: #1025918/1
Text MD5: 935aa26922339e13cbf152744cacb8f8
Transpilation MD5: 932a0f9a2d2125056b8a767d8adcf1c1
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-30 14:00:39
Source code size: 129 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 136 / 187
Referenced in: [show references]