Sql server sourse with nvarchar(max) field as json document , how can i parse it into elastic as nested document

sql server sourse with nvarchar(max) field as json document , how can i parse it into elastic as nested document

Use a json filter with the source option set to the name of the field with the JSON string.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.