cancel
Showing results for 
Search instead for 
Did you mean: 
chrish2
Level 1

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

 
Solved
Best answer February 19, 2021

Best Answers
BigRedConsulting
Community Champion

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

We've found that recent versions of QuickBooks ignore the \n characters in memo fields when importing using the standard flow. Starting with QB 2019 Intuit significantly changed (and messed up) IIF import in an effort to make it better. While that failed fantastically, they've done little to fix it since.

 

Still, there is a way to make it work again like it used to. See this page for steps, and for a long list of issues with the new import code, which (thank goodness) continue to not exist in the old code, which you can access:

BRC QuickBooks 2019+ IIF Import Changes and Recommendations

View solution in original post

13 Comments 13
MikiD
QuickBooks Team

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

This issue could have been related on how the file was formatted, chrish2.

 

Correct .IIF format must be followed exactly to ensure your transactions import successfully. If not, this may lead to an error or the data will import incorrectly. 

 

To ensure everything is handled correctly, you might want to view the instructions and recommendations stated in this article:  IIF Overview, import kit, sample files, and headers.

 

Lastly, here's more details about the new and imporved IIF Import in the later versions of QuickBooks Desktop: Latest Changes about importing. 

 

Be sure to drop your questions again if you require further assistance. 

 

 

BigRedConsulting
Community Champion

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

Yes, putting "\n" within a Memo/Description field on a form that can show it in multi-line format will work. For example, for an item description on an invoice or other sales form.

chrish2
Level 1

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

Thank you for your reply.

It didn't work.  We are using the memo field as shown here...

 

!SPL SPLID TRNSTYPE DATE ACCNT NAME CLASS AMOUNT DOCNUM MEMO

SPL 134 INVOICE 12/27/2019 Consulting Income -62.50 "10/03/2019\nSR# 80782: Looked into Domain questions"

 

Everything comes in fine but the Invoice description still shows the \n...

10/03/2019\nSR# 80782: Looked into Dom...

 

I tried it with and without the quotes and also tried to use the character excel puts in a CSV when a field has an embedded carriage return.   All to no avail.   Any ideas?   

chrish2
Level 1

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

BR, thanks for your reply.   I just posted a response with the data being given and the result.   The \n is not being perceived as a carriage return.   The invoice import process being used is the newest and they are 100% successful except for this.   Can you see something I am missing?   I exported lists and they come out with \n as you would expect.

MJoy_D
Moderator

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

Hello, @chrish2.

 

To get further assistance with the format of your .IIF files in QuickBooks Desktop, I suggest reaching out to our Product Support team. They have the tools to get into your account in a secure environment.

 

You can arrange a callback to talk to them. Follow the steps below: 

  1. From your QuickBooks Desktop account, click the Help menu at the top. 
  2. Select QuickBooks Desktop Help. On the Have a Question? window that appears, click the Contact Us button at the bottom part of the page. 
  3. Provide some insight with this concern in the Tell us more about your question box. Then, hit the Search button. 
  4. You'll now be provided a few support options. 
  5. Select Talk to a Specialist to arrange a callback from a support agent. Or Message an Agent to chat with them directly. 

Here's the contact the QuickBooks Desktop Customer Support Team article for more information about this. 

 

Let us know if there's anything that we can help by leaving a comment below. Have a wonderful day!

chrish2
Level 1

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

I already contacted them.   They said they don't support IIF import questions or issues.   Help!

ReymondO
QuickBooks Team

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

Thanks for reaching back out to us, @chrish2.

 

Per our technical support plan, we don't offer assistance in creating or importing .IIF files.

 

I recommend using a third party app instead. You can go directly to this link: https://desktop.apps.com/home.

 

There are available apps in QuickBooks that can allow you create IIF files to works with the system.

 

You can drop your questions again if you require further assistance. I'll be there in a moment.

chrish2
Level 1

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

We are a developer and prefer the IIF over the SDK because the data comes from an external data source as a file.   Rather than constructing an XML file or parsing the IIF ourselves, I just hoped the import worked as advertised.   With regard to \n, it doesn't.   I knew Intuit would offer no help but hoped another developer might have some insight.   

Ashley H
QuickBooks Team

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

Good evening, @chrish2.

 

Thanks for your feedback on the product. I'm going to let my Development Team know that you suggested bringing a memo field to transactions when you import from an IIF file. I understand that connecting a third-party app can be a hassle. The app you decide to integrate with your Quickbooks, you can contact them to get more information on how it's going to work. 

 

If you have any other concerns or questions, please let me know. I'm all ears and happy to lend a helping hand. Have a great day.

BigRedConsulting
Community Champion

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

@chrish2 

RE: The \n is not being perceived as a carriage return.

 

Not sure. That is how it is done in QB. We do it all the time and have included this code in our apps like the BRC IIF Transaction Creator Pro .  It works every time.

 

 

bhap
Level 1

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

We are using the BRC IIF Creator and have run into the same problem.  BRC support has been helpful in trying to resolve this - they are able to upload our IIF file into QB 2021 and see the \n as a line feed.  When we import the IIF into our QB's, is just shows the "\n" and does not line feed.  Wondering if Chrish2 or anyone else has figured this out?  Thanks for any help.

BigRedConsulting
Community Champion

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

We've found that recent versions of QuickBooks ignore the \n characters in memo fields when importing using the standard flow. Starting with QB 2019 Intuit significantly changed (and messed up) IIF import in an effort to make it better. While that failed fantastically, they've done little to fix it since.

 

Still, there is a way to make it work again like it used to. See this page for steps, and for a long list of issues with the new import code, which (thank goodness) continue to not exist in the old code, which you can access:

BRC QuickBooks 2019+ IIF Import Changes and Recommendations

Soundman01
Level 1

We import invoices using IIF files but now need to have carriage returns in the invoice line descriptions. (MEMO). \n is coming through as \n? Any ideas?

Same problem here. (using 2021 Premier) I tried the option at the bottom of the import window "import without review (not recommended) Import it for me I'll fix it later" It works fine accepts the \n and puts in the line break.

Need to get in touch?

Contact us