Hello there
I am reading for DB point geometry formated as WKB , how can create a vertex from this wkb filed
ex: (wkb_geometry: 0101000020E6100000F4FFFF87CF5447401BC047148BD43840 )
why the same point read from csv ( lat,lg) file converted to wkb format using geometry extractor transformer has not the same length as the previous wkb stored in database
( 0101000000d81f259db86224417980c06195f54441) wkb extracted (geometry extractor )
thanks