Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    So, we are in sync ) Everything you wrote makes perfect sense and your assumption about escaping is correct - in order to use linefeed inside field value (read "inside a data row") you need to escape backslashes with "\\r". Yet it is simple to do, allowing Map would be a proper way and we are doing it, as mentioned earlier. Till then you may escape backslashes or use another import format.

    Comment


      #17
      ImportDataSourceRecord(Map,...) and ImportToDataSource(Map,...) APIs are added and available in recent nightly builds.

      Comment


        #18
        Hi Isomorphic,

        thanks a lot. I'll report back once I have the time to change my code.

        Best regards
        Blama

        Comment


          #19
          Hi Isomorphic,

          thanks, this seems to be working for me using v12.0p_2019-02-24.

          Best regards
          Blama

          Comment

          Working...
          X