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

7
LINES

< > BotCompany Repo | #1025914 // formatCSVLine - TODO: better quoting?

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

Transpiled version (2228L) is out of date.

sS formatCSVLine(L items) {
  ret joinWithComma(quoteAndUnnullAll(items));
}

sS formatCSVLine(O... items) {
  ret formatCSVLine(asList(items));
}

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: #1025914
Snippet name: formatCSVLine - TODO: better quoting?
Eternal ID of this version: #1025914/4
Text MD5: 23e9878b00d70039709a91768c2f4d33
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-30 13:26:14
Source code size: 152 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 128 / 196
Version history: 3 change(s)
Referenced in: [show references]