We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15de8 commit 59ffd77Copy full SHA for 59ffd77
src/providers/delimitedtext/qgsdelimitedtextfile.cpp
@@ -181,7 +181,7 @@ bool QgsDelimitedTextFile::setFromUrl( QUrl &url )
181
}
182
if ( url.hasQueryItem( "skipEmptyFields" ) )
183
{
184
- mDiscardEmptyFields = ! url.queryItemValue( "useHeader" ).toUpper().startsWith( 'N' );;
+ mDiscardEmptyFields = ! url.queryItemValue( "skipEmptyFields" ).toUpper().startsWith( 'N' );;
185
186
if ( url.hasQueryItem( "trimFields" ) )
187
0 commit comments