Okay, I have the node_import module installed in drupal 6.10 and a delimiter separated text file.

The way the file looks is like the following:

author, date, content, taxonomy term, author2, date2, content2, taxonomy term2, etc...

How do I get the node import module to recognize those taxonomy terms and put them in the correct spot in drupal's database?

I have already created the terms in drupal 6.10's taxonomy module but I need node_import to grab the terms from the delimiter separated file and put them in the correct spot.