You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a list of records that we want to keep and a dump. We only want to keep the records that are also listed in a certain column. A conditional would be great that tests the values against a filemap.
put_filemap("path","newMap",...)
unless in_map("001","newMap","0")
reject()
end
The text was updated successfully, but these errors were encountered:
We have a list of records that we want to keep and a dump. We only want to keep the records that are also listed in a certain column. A conditional would be great that tests the values against a filemap.
The text was updated successfully, but these errors were encountered: