How to import tab-separated text directly into tabular data with the "Import Multiple Files" function?
I have set this up, but the imported data still cannot be directly tabular.Thanks!Multiple File Import(
<<Set Folder( "C:\7\" ),
<<Set Show Hidden( 0 ),
<<Set Subfolders( 0 ),
<<Set Name Filter( "*.*;" ),
<<Set Name Enable( 0 ),
<<Set Size Filter( {1491, 2610} ),
<<Set Size Enable( 0 ),
<<Set Date Filter( {3785240875.633, 3785241343.586} ),
<<Set Date Enable( 0 ),
<<Set Add File Name Col
...