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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Splits CSV text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
List | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
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 |
Returns list or error.
Split with one value:
MBS("List.CSVSplit"; "hello")
Split with three values:
MBS("List.CSVSplit"; "\"hello\";\"test\";\"CSV\"")
Split with 3 rows and 3 values:
MBS("List.CSVSplit"; "\"hello1\";\"test\";\"CSV\"¶\"hello2\";\"test\";\"CSV\"¶\"hello3\";\"test\";\"CSV\"")
Created 21st September 2017, last changed 22nd October 2018
List.BestMatch - List.CountValues
Feedback: Report problem or ask question.