2.5 FAQ-412 How do I customize Drag and Drop for various import file types?
Last Update: 2/14/2024
When you Drag&Drop a file onto a new Origin workbook, handling of data files follows this logic:
- If import dialog settings have been , these settings handle import.
- If no import dialog settings are saved to the sheet, Origin looks to the data folder for a matching . If found, the import filter handles import.
- If there is no import filter in the data folder, Origin checks the folder for a matching import filter. If a USER filter exists in Filter Manager, then this filter handles import.
- If no matching filter is found in User Files\Filters, then Origin checks to see whether there is an installed that matches the file type. If a matching Data Connector is found, the Data Connector handles import.
- If no matching Data Connector exists, Origin checks the <Program Folder>\Filters folder for a filter. If a filter exists and the System Support Drag&Drop filter box is checked in Import Filters Manager, the System filter is used.
- If the previous steps fail, Origin opens an attention box asking if you want to open the to import the file.
If you are happy with your Origin import filter (*.oif) but like some of the , you can combine the two by choosing Data: Connect to File: Import Filter. For Drag&Drop operations, try putting your *.oif file into your data folder. |
If you prefer the old Drag&Drop behavior without the Data Connector, please modify the @DDC for the file type you want to exclude from Data Connectors. For example, set @DDC=2 to disable the Excel Connector for .xls(x) files when importing via Drag&Drop. Please see the for instructions on setting a System Variable and the full list of options for @DDC. |
Keywords:import filter, *.oif, import settings, customize import, Data Connector, connect