Hi Greg, Indexing in a desktop format is usually an app specific feature. FME may or may not be able to build MapInfo indicies technically, but I don't think they want to bother with it. After all, the data produced by FME are always new tables, and as such have no intrinsic definition of indicies. But I'm pretty sure you can't make FME create the indicies (anyone please correct me if I'm wrong).
But you can easily create multiple indicies by utilizing the MapBasic command CREATE INDEX, e.g. in a workspace (i.e. macro/script) file : !Workspace !Version 300 !Charset WindowsLatin1 Create Index On MyTable1(MyColumn1) Create Index On MyTable1(MyColumn2) Create Index On MyTable2(MyColumn1) Create Index On MyTable2(MyColumn2) Create Index On MyTable2(MyColumn3) etc. Best regards/Med venlig hilsen Lars V. Nielsen GisPro, Denmark http://www.gispro.dk/ ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 25, 2004 1:46 AM Subject: MI-L .ind file and FME G'day all, I am using FME to reproject our .tab files. The .ind files do not get recreated. The reprojected files are created in a new directory. How do I get FME to recreate/copy the .ind file along with the reprojected files? If FME can't do this, is there another method through MapInfo/MapBasic, without having to do it manually for each .tab? Thanks Greg. ��������������������������������������������������������������������� Greg Francisco Senior Mapping & Design Officer Mapping and Design Services Dept. of Infrastructure - Planning & Policy Nauru House, Level 10, 80 Collins St, Melbourne, Victoria, Australia, 3000. 61 3 9655 3424 ********************************************************************** Any personal or sensitive information contained in this email and attachments must be handled in accordance with the Victorian Information Privacy Act 2000, the Health Records Act 2001 or the Privacy Act 1988 (Commonwealth), as applicable. This email, including all attachments, is confidential. If you are not the intended recipient, you must not disclose, distribute, copy or use the information contained in this email or attachments. Any confidentiality or privilege is not waived or lost because this email has been sent to you in error. If you have received it in error, please let us know by reply email, delete it from your system and destroy any copies. ********************************************************************** --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 14222 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 14226
