NotTypeConvertedDynamicColumns

Z Solvertech
Verze z 18. 8. 2022, 07:27, kterou vytvořil Jana.safferova (diskuse | příspěvky) (založena nová stránka s textem „The "mobile" column contains the number "+420123456789". Without modifying the <NotTypeConvertedDynamicColumns> Tasha will convert the number to "420123456789", which will prevent any SMS from being sent.“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Skočit na navigaci Skočit na vyhledávání
Jiné jazyky:

A setting that specifies that Tasha should not automatically determine the format of data contained in selected dynamic columns during import.

Syntax

<NotTypeConvertedDynamicColumns>
<string>název dynamického sloupce</string>
</NotTypeConvertedDynamicColumns>

Example:

The "mobile" column contains the number "+420123456789". Without modifying the <NotTypeConvertedDynamicColumns> Tasha will convert the number to "420123456789", which will prevent any SMS from being sent.

If <NotTypeConvertedDynamicColumns> is modified as follows:

<NotTypeConvertedDynamicColumns>
<string>mobile</string>
</NotTypeConvertedDynamicColumns>

Tasha takes the number in the mobile column exactly as entered, i.e. "+420123456789".