FileMaker Export to Tab Delimited
I want to export a table to a tab delimited text file1. FileMaker supports that without any question. What it doesn’t do is create a header row. I’m using this file to import into PickATime, a software designed to book parent-teacher conferences. I want to automate this as much as possible. So how do I get the header rows that are required? In FileMaker my field might be called OpenApplyID, whereas PickATime requires the field to be called StudentID. So I can’t just take those field titles. There’s new script steps in FileMaker 18 that will let me do this. Script Go to Layout [ “StudentContacts” (StudentContacts) ] Show All… Read More »FileMaker Export to Tab Delimited

