Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--createTextCheck: Text mit "\t" verunmöglicht Import #541

Open
edigonzales opened this issue Apr 26, 2024 · 1 comment
Open

--createTextCheck: Text mit "\t" verunmöglicht Import #541

edigonzales opened this issue Apr 26, 2024 · 1 comment

Comments

@edigonzales
Copy link
Contributor

--createTextChecks erzeugt folgenden Constraint auf der DB:

CONSTRAINT geln_bdnbdckckng_brstrung_quelle_erstellung_check CHECK (((POSITION(('\n'::text) IN (quelle_erstellung)) = 0) AND (POSITION(('\r'::text) IN (quelle_erstellung)) = 0) AND (POSITION(('\t'::text) IN (quelle_erstellung)) = 0) AND (length(TRIM(BOTH FROM quelle_erstellung)) >= 1))),

In den Daten steckt folgender Text:

<Quelle_Erstellung>G:\G15_Grundlagedaten\FC_GELANBOF\taegl_UESTBOF\Korrekturen\Nottransport\FC_UESTBOF_DYN_20180412.gdb/dbo_FC_UESTBOF_DYN</Quelle_Erstellung>

Das "\t" bei "taeglich" wird als Tab-Steuerzeichen interpretiert und verletzt obigen Constraint.

@beistehen
Copy link
Contributor

Was ist denn das wieder für ein edge case 😉 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants