ios - Creating dictionaries from large data sets in a spreadsheet or database file -


currently data want incorporate dictionary in 2 fields of excel spreadsheet , in 2 fields of database in filemaker pro.

is there easy way create swift dictionary data?

filemaker field [calculation, text] =

"var dict = [" & executesql("select keyfield, valuefield table" ;":";"," ) & "]" 

produces code create swift dictionary of records of 'table'.

~jens

edit: 'executesql' requires rather recent filemaker version, think 12 or 13.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -