169
PUBLIC
© 2017 SAP SE or an SAP affiliate company. All rights reserved. ǀ
Implement Example
Steps to use text analysis in HANA(1/6)
CREATE COLUMN TABLE
“PRESS_RELEASES”
(
“File_Name”
NVARCHAR
(20),
“File_Content”
BLOB
ST_MEMORY_LOB,
PRIMARY KEY
(
“File_Name”
))
;
•
First of all, create a simple table to store a number of PDF files that contain
information from the aviation industry in the US.
•
Load unstructured data into the table.




