yep! it works..
file -> import_posts.php
search -> $post['post_title'] = trim($items["mytitle"]);
and add after -> $post['post_type'] = 'yourCustomPostTypeName';
check the forum.. I saw it from another question.. the author of plugin replied the same question..