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 8a86049 commit 46fb67eCopy full SHA for 46fb67e
Src/CsvLINQPadDriver/ConnectionDialog.xaml
@@ -451,7 +451,6 @@
451
<StackPanel Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2">
452
<CheckBox Name="UseCsvHelperSeparatorAutoDetectionCheckBox"
453
IsChecked="{Binding UseCsvHelperSeparatorAutoDetection}"
454
- Tag="{x:Static this:ConnectionDialog.ConfirmCheck}"
455
Content="_Use CsvHelper library separator auto-detection"
456
ToolTip="Use CsvHelper library separator auto-detection instead of internal one"/>
457
<CheckBox IsChecked="{Binding IgnoreBadData}" Content="Ignore b_ad data" ToolTip="Ignore malformed files" Tag="{x:Static this:ConnectionDialog.ConfirmCheck}"/>
0 commit comments