fix: SqlDbExtractor extracts strings as []byte
The SqlDbExtractor component is incorrectly extracting string values as []byte (byte slices) instead of string.
The SqlDbExtractor component is incorrectly extracting string values as []byte (byte slices) instead of string.