<choose>
<when test="item.tdName == 'hor_acceleration'">
'0' as horAcceleration,
</when>
<otherwise>
hor_acceleration as horAcceleration,
</otherwise>
</choose>