Skip to main content
December 16, 2021
Solved

Exporting Description without trimming?

  • December 16, 2021
  • 1 reply
  • 0 views

I'm trying to export my Item List to a CSV to get all of our Item Descriptions in a spreadsheet. When I get it to the CSV file the descriptions are trimmed to a limited characters ending with a (...). I'd like to export the entire description not limited to character count. Is there any way to do this? Thanks!

Best answer by BigRedConsulting

Exporting from a report will always have this limitation, same as the report.

 

However, you can export the Items list to an IIF file and then open that IIF file, which is a Tab-delimited file, in Excel. That export will include the entire contents of the description fields.

 

To do this, start at File | Utilities | Export | Lists to IIF files...

1 reply

BigRedConsulting
December 16, 2021

Exporting from a report will always have this limitation, same as the report.

 

However, you can export the Items list to an IIF file and then open that IIF file, which is a Tab-delimited file, in Excel. That export will include the entire contents of the description fields.

 

To do this, start at File | Utilities | Export | Lists to IIF files...

randi84Author
December 17, 2021

Thanks, that helped me out a lot.