Skip to main content
Solved

Unbalanced quotation marks but no info where or how. What is the cause?

  • August 4, 2016
  • 4 replies
  • 332 views

For the BRT Top10NL (dutch) we use FME desktop to transform gml's to shapes. The newest release of the Top10NL causes a problem. It is quoting "unbalanced quotation marks" But we don't get any more information. The log file is empty. The featuretypes (readers) are not getting connection or processed by. 0 reads.

We have so far tried a flex $(FME_MF_DIR) solution which doesn't work and a steady pathname which also doesn't work. We tried opening gml's in qgis and this works fine.

We have used FME Workbench version 2015 and 2016, but both have the seem error message.

We also tried the / and \\ in the pathnames, no result.

By now we are quite frustrated because we don't know where or what to look for.

Anyone recognizing this issue?

Best answer by tim_wood

I just had a similar problem caused by me updating the File Geodatabase name in a Writer. I obviously didn't do it quite right as it ended up like this:

"X:\\Folder With Space In\\output\\MyFGDB.gdb"""

Removing all the quotes and clicking OK fixed the problem - FME added a quote at each to encapsulate the path with a folder name that has spaces in it.

A minor complaint may be that FME should really be able to clean this issue up itself because you can't have double quotes in folder names in Windows. But maybe I don't know enough about the possible values for the Writer...

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • 8394 replies
  • August 4, 2016

I've seen something similar when one of the input filenames contained an orphaned quotation mark that we forgot to remove, e.g.

c:\test\mydata.tab"

Might be worth a check.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • August 4, 2016

Have you tried opening the FMW file in a Text editor (Notepad ++) and see if you can find any unbalanced quotation?

I know it is not the most user friendly way, but sometimes it helps finding the issue.


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • August 4, 2016

Hi,

Are you refering to the Top10NL downloads from PDOK? if so I just pointed the GML reader and top10nl reader to it and all is working fine for the selected grid (470). Which grid are you selecting?


tim_wood
Contributor
Forum|alt.badge.img+8
  • Contributor
  • 311 replies
  • Best Answer
  • October 19, 2018

I just had a similar problem caused by me updating the File Geodatabase name in a Writer. I obviously didn't do it quite right as it ended up like this:

"X:\\Folder With Space In\\output\\MyFGDB.gdb"""

Removing all the quotes and clicking OK fixed the problem - FME added a quote at each to encapsulate the path with a folder name that has spaces in it.

A minor complaint may be that FME should really be able to clean this issue up itself because you can't have double quotes in folder names in Windows. But maybe I don't know enough about the possible values for the Writer...