Brian Dunning's FileMaker Custom Functions

csv.getColumn.if ( array ; matchColumn ; matchValue ; returnColumn ; delimiter )

Get column from array for match in another column

  Average rating: 4.6 (32 votes) Log in to vote

Bruce Robertson   Bruce Robertson - Show more from this author

Share on Facebook Share on Twitter

  Sample input:
csv.getColumn.if( "a;b;c¶a;x;23¶b;b;12"; 1; "a"; 3; ";")
  Sample output:
c
23

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Get return delimited list of values in designated column of array if value in matchColumn = matchValue. Set matchValue to "*" to return entire column. If first char of matchValue = ! then return all non-matches.
v 1.01, fixed problem with "!" expression
v 1.02 1/27/2011
Added option to handle matchValue as list

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: