Import error log file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jkancio
    Junior Member
    • Oct 2017
    • 6

    Import error log file

    I´m trying to import a .csv file into Account entity, but none records are imported and I receive no erros.
    Please, is there any Import log erro file where I can find error messages?

    Thanks in advance.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    There are no import log file. If error was caught, you can find it in [espo_dir]/data/logs/[date].log or in apache error log
    Also you could open .csv file in text editor and check if all symbols are ok, and also check break row symbol

    Comment

    • jkancio
      Junior Member
      • Oct 2017
      • 6

      #3
      I noticed that I forgot to check the line breaks. there was only CR. I changed to CR LF and then it was imported ok.
      Thank you Tanya.

      Comment

      Working...