Skip to main content
Question

How to upload any file to column in SQL Table as BLOB or NCLOB

  • November 14, 2018
  • 1 reply
  • 34 views

Forum|alt.badge.img

I have a file GeoJSON. I need upload this file as s BLOB or NCLOB(as just binary file) to column in Azure SQL DB Table. How i can upload this file with FME? Please share you knowledge about it

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.

1 reply

rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • 359 replies
  • November 14, 2018

Hi @bkolubenka, you should be able to do a simple translation from "GeoJSON" (Reader) to "Microsoft Azure SQL Database Spatial" (Writer)( NOTE: Spatial format is required as it will store the geometry in GEOM column by default).