Select to view content in your preferred language

Save To Layer File Documentation error

795
1
Jump to solution
05-14-2012 03:18 AM
CyrilleMedard_de_Chardon
Emerging Contributor
There is an error in the documentation for Save To Layer File (Data Management):

The stand-alone Python script has the following offending code:

where_clause = '"NAME" = 'LA MESA''


This is a syntax error. The correct syntax is:

where_clause = '"NAME" = \'LA MESA\''


As defined in the 'where_clause' documentation in Make Feature Layer.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JeffBarrette
Esri Regular Contributor
Thank-you for reporting this.  We already had corrected it for 10.1 but will get it into the 10.0 web help.

Jeff

View solution in original post

0 Kudos
1 Reply
JeffBarrette
Esri Regular Contributor
Thank-you for reporting this.  We already had corrected it for 10.1 but will get it into the 10.0 web help.

Jeff
0 Kudos