kzgagne
03-06-2009, 01:24 AM
I'm having trouble extracting XDATA from a drawing. I'm trying to extract the URL data from a hyperlink associated with a block. I've managed to get it to extract the XDATA from the PE_URL application and put it in the field "URL" in a point shapefile. Unfortunately every single entry in the field is cut off after 14 characters.
This is an example of the entry generated by using the Autocad hyperlink function in the DXF
1001
PE_URL
1000
B:\Red River Rd\584.tif
1002
{
1000
B:\Red River Rd\584.tif
1002
}
and the resulting field data for this object ends up being:
B:\Red River R
If there is something I'm missing here any information would be appreciated.
This is an example of the entry generated by using the Autocad hyperlink function in the DXF
1001
PE_URL
1000
B:\Red River Rd\584.tif
1002
{
1000
B:\Red River Rd\584.tif
1002
}
and the resulting field data for this object ends up being:
B:\Red River R
If there is something I'm missing here any information would be appreciated.