Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

QuickList.CSVSplit

Splits CSV text.

Component Version macOS Windows Linux Server iOS SDK
List 7.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "QuickList.CSVSplit"; Text { ; Delimiter } )   More

Parameters

Parameter Description Example Flags
Text The CSV text. "Hello;World"
Delimiter Available in MBS FileMaker Plugin 8.5 or newer.
The delimiter to use.
If empty, we auto detect it.
";" Optional

Result

Returns QuickList reference number or error.

Description

Splits CSV text.
Plugin automatically detects if comma or semicolon is used.
Returns list with all values.

Version 8 can detect tab character, too.

Examples

Try with 3 values:

MBS("QuickList.CSVSplit"; "\"hello\";\"test\";\"CSV\"")

See also

Release notes

Blog Entries

This function checks for a license.

Created 21st September 2017, last changed 22nd October 2018


QuickList.BestMatch - QuickList.Clear

💬 Ask a question or report a problem