Index: devhelpers/awk_on_formats.sh =================================================================== --- devhelpers/awk_on_formats.sh (revision 34966) +++ devhelpers/awk_on_formats.sh (revision 34967) @@ -95,7 +95,7 @@ disabled = 0 } -(mode == 1) && ($1 == "$fmt-feature-r") { +(mode == 1) && (($1 == "$fmt-feature-r") || ($1 == "$fmt-feature-i")) { $1="" PENDING1[pends] = $0 PENDING2[pends] = "import" @@ -103,7 +103,7 @@ next } -(mode == 1) && ($1 == "$fmt-feature-w") { +(mode == 1) && (($1 == "$fmt-feature-w") || ($1 == "$fmt-feature-e")) { $1="" PENDING1[pends] = $0 PENDING2[pends] = "export"